From: Helge Norberg Date: Tue, 26 Jan 2016 09:54:58 +0000 (+0100) Subject: Log "q" in console. X-Git-Tag: 2.1.0_Beta1~112 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=85a7520e41ccbc297d066c24468b5db84d939365;p=casparcg Log "q" in console. --- diff --git a/shell/main.cpp b/shell/main.cpp index a811eb7d5..483c1230c 100644 --- a/shell/main.cpp +++ b/shell/main.cpp @@ -119,6 +119,7 @@ void do_run( if(boost::iequals(wcmd, L"EXIT") || boost::iequals(wcmd, L"Q") || boost::iequals(wcmd, L"QUIT") || boost::iequals(wcmd, L"BYE")) { + CASPAR_LOG(info) << L"Received message from Console: " << wcmd << L"\\r\\n"; should_wait_for_keypress = true; shutdown_server_now.set_value(false); //false to not restart break;