]> git.sesse.net Git - casparcg/commitdiff
Log "q" in console.
authorHelge Norberg <helge.norberg@svt.se>
Tue, 26 Jan 2016 09:54:58 +0000 (10:54 +0100)
committerHelge Norberg <helge.norberg@svt.se>
Tue, 26 Jan 2016 09:54:58 +0000 (10:54 +0100)
shell/main.cpp

index a811eb7d508b91c82786bef53e5724682c94eedc..483c1230cc2aef7186e3c4082cff7e2d1e728de8 100644 (file)
@@ -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;