Skip to content

Commit 03c5789

Browse files
committed
Fix debug print
1 parent 783ec19 commit 03c5789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Everywhere/menuCommands.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ int commandLookupSettingNameSelective(bool inCommands, const char *settingName,
585585

586586
// Command not found
587587
if (settings.debugCLI == true)
588-
systemPrintf("commandLookupSettingName: Command not found: %s\r\n", settingName);
588+
systemPrintf("commandLookupSettingName: Setting not found: %s\r\n", settingName);
589589

590590
return COMMAND_UNKNOWN;
591591
}

0 commit comments

Comments
 (0)