]> git.sesse.net Git - casparcg/blobdiff - shell/main.cpp
* Implemented supports for timeline marks in scene_producer. A mark is set on a speci...
[casparcg] / shell / main.cpp
index c393cbc05064ec2804e9c51720e461b9441d7602..f7d6e9f9c6e9b6bab5fbcb666b58648d62b6de9b 100644 (file)
@@ -235,7 +235,7 @@ bool run()
        std::wstringstream str;
        boost::property_tree::xml_writer_settings<std::wstring> w(' ', 3);
        boost::property_tree::write_xml(str, env::properties(), w);
-       CASPAR_LOG(info) << L"casparcg.config:\n-----------------------------------------\n" << str.str().c_str() << L"-----------------------------------------";
+       CASPAR_LOG(info) << L"casparcg.config:\n-----------------------------------------\n" << str.str() << L"-----------------------------------------";
        
        caspar_server.start();