From 85a7520e41ccbc297d066c24468b5db84d939365 Mon Sep 17 00:00:00 2001 From: Helge Norberg Date: Tue, 26 Jan 2016 10:54:58 +0100 Subject: [PATCH] Log "q" in console. --- shell/main.cpp | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.2