Skip to content

Commit

Permalink
fix format error accross platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
alfred2g committed Nov 29, 2023
1 parent 3017a50 commit 2b4aa0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servicetests/tests/JobsExecution/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ int main(int argc, char *argv[])
}
else
{
fprintf(stderr, "MQTT Version %lu not supported\n", cmdData.input_mqtt_version);
fprintf(stderr, "MQTT Version not supported\n");
exit(-1);
}

Expand Down

0 comments on commit 2b4aa0a

Please sign in to comment.