We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8afa602 commit d1ed09aCopy full SHA for d1ed09a
src/qt/utilitydialog.cpp
@@ -124,7 +124,7 @@ HelpMessageDialog::~HelpMessageDialog()
124
void HelpMessageDialog::printToConsole()
125
{
126
// On other operating systems, the expected action is to print the message to the console.
127
- tfm::format(std::cout, "%s\n", qPrintable(text));
+ tfm::format(std::cout, "%s", qPrintable(text));
128
}
129
130
void HelpMessageDialog::showOrPrint()
0 commit comments