fixed a typo.

This commit is contained in:
Martin Preuss
2025-05-01 00:52:48 +02:00
parent 06434512c7
commit 7edaed601b

View File

@@ -370,7 +370,7 @@ int _trySendMsgAndWaitForFlashResponse(AQH_OBJECT *o, AQH_MESSAGE *msg, const ch
if (i)
fprintf(stdout, " - retry sending %s (retry %d)\n", msgInfo, i);
/* send FLASH_START message */
/* send message */
nodeMsg=AQH_Message_dup(msg);
DBG_INFO(NULL, "Sending %s message (%d)", msgInfo, i);
AQH_ToolClient_SendNodeMsg(o, nodeMsg);