From 5a2edb9a362a6f4c8c9ae3e0bb4459dbd01e98c0 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Tue, 30 Jul 2019 21:45:26 -0700 Subject: [PATCH] Add note about log for Discord --- mist/mist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mist/mist.cpp b/mist/mist.cpp index 86bf7f4..6528549 100644 --- a/mist/mist.cpp +++ b/mist/mist.cpp @@ -166,7 +166,7 @@ void DisplayMessage(const char* message, const char* helpUrl = nullptr, MessageP if (priority != MpInfo && terminal) { UINT flags = MB_YESNO | MB_TOPMOST | MB_SETFOREGROUND | MB_ICONINFORMATION; - switch (MessageBoxA(nullptr, "Would you like to view the troubleshooting log?", + switch (MessageBoxA(nullptr, "Would you like to view the troubleshooting log?\n\nYou will need to provide this log if you ask for help on the Moonlight Discord server.", "Moonlight Internet Streaming Tester", flags)) { case IDYES: