]> git.sesse.net Git - casparcg/commitdiff
Move most template host logging that is not interesting during day to day operation...
authorHelge Norberg <helge.norberg@svt.se>
Fri, 4 Dec 2015 15:39:06 +0000 (16:39 +0100)
committerHelge Norberg <helge.norberg@svt.se>
Fri, 4 Dec 2015 15:39:06 +0000 (16:39 +0100)
modules/flash/producer/FlashAxContainer.cpp

index c0da13a5be2295ad814c71e8971215e9635918f7..d011cc41987caeba4d0f1537f72bf440d2ffa73e 100644 (file)
@@ -611,12 +611,12 @@ void STDMETHODCALLTYPE FlashAxContainer::OnFlashCall(BSTR request)
        }
        else if(str.find(L"OnCommand") != std::wstring::npos) {
                //this is how templatehost 1.8 reports that a command has been received
-               CASPAR_LOG(info)  << print_()  << L" [command]      " << str;
+               CASPAR_LOG(debug)  << print_()  << L" [command]      " << str;
                bCallSuccessful_ = true;
        }
        else if(str.find(L"Activity") != std::wstring::npos)
        {
-               CASPAR_LOG(info) << print_() << L" [activity]     " << str;
+               CASPAR_LOG(debug) << print_() << L" [activity]     " << str;
 
                //this is how templatehost 1.7 reports that a command has been received
                if(str.find(L"Command recieved") != std::wstring::npos)