diff --git a/Marlin/src/gcode/bedlevel/G26.cpp b/Marlin/src/gcode/bedlevel/G26.cpp
index 174505d5859473fe1f3ca0b4a61c94103c3b1da5..64040cf902fea3b5abcd12685d3bb432594a4556 100644
--- a/Marlin/src/gcode/bedlevel/G26.cpp
+++ b/Marlin/src/gcode/bedlevel/G26.cpp
@@ -824,7 +824,7 @@ void GcodeSuite::G26() {
           SERIAL_ECHOPAIR(" plan_arc(ex=", endpoint[X_AXIS]);
           SERIAL_ECHOPAIR(", ey=", endpoint[Y_AXIS]);
           SERIAL_ECHOPAIR(", ez=", endpoint[Z_AXIS]);
-          SERIAL_ECHOPAIR(", len=", arc_offset);
+          SERIAL_ECHOPAIR(", len=", arc_length);
           SERIAL_ECHOPAIR(") -> (ex=", current_position[X_AXIS]);
           SERIAL_ECHOPAIR(", ey=", current_position[Y_AXIS]);
           SERIAL_ECHOPAIR(", ez=", current_position[Z_AXIS]);