mirror of
https://github.com/moonlight-stream/Internet-Hosting-Tool.git
synced 2025-07-03 00:06:11 +00:00
Print dialog text to the console
This commit is contained in:
parent
46c2236342
commit
d076f881eb
@ -64,6 +64,7 @@ VOID CALLBACK MsgBoxHelpCallback(LPHELPINFO lpHelpInfo)
|
||||
|
||||
void DisplayMessage(const char* message, const char* helpUrl = nullptr, MessagePriority priority = MpError, bool terminal = true)
|
||||
{
|
||||
fprintf(CONSOLE_OUT, "%s\n", message);
|
||||
fprintf(LOG_OUT, "%s\n", message);
|
||||
|
||||
if (terminal) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user