Skip to content

Commit

Permalink
not that this couldve gone wrong but still
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsupermanhd committed Sep 27, 2024
1 parent 0e34eb1 commit 5266fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stdinreader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,7 @@ int cmdInputThreadFunc(void *)
statusString += " ";
statusString += base64Encode(getMultiStats(i).identity.toBytes(EcKey::Public));
}
wz_command_interface_output((statusString + "\n").c_str());
wz_command_interface_output("%s\n", statusString.c_str());
});
}
else if(!strncmpl(line, "shutdown now"))
Expand Down

0 comments on commit 5266fca

Please sign in to comment.