]> git.sesse.net Git - casparcg/commitdiff
git-svn-id: https://casparcg.svn.sourceforge.net/svnroot/casparcg/server/branches...
authorronag <ronag@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Wed, 30 Nov 2011 19:23:51 +0000 (19:23 +0000)
committerronag <ronag@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Wed, 30 Nov 2011 19:23:51 +0000 (19:23 +0000)
shell/main.cpp

index 395d0ecf9925067c45fed09f9cb462e66c555bee..b03678e66518e8f14b2aa4078d6d127e701d2855 100644 (file)
@@ -152,21 +152,20 @@ void print_info()
        CASPAR_LOG(info) << caspar::get_cpu_info();\r
        CASPAR_LOG(info) << caspar::get_system_product_name();\r
        CASPAR_LOG(info) << L"Flash " << caspar::flash::get_version();\r
-       CASPAR_LOG(info) << L"Flash-Template-Host " << caspar::flash::get_cg_version();\r
        CASPAR_LOG(info) << L"FreeImage " << caspar::image::get_version();\r
        \r
        CASPAR_LOG(info) << L"Decklink " << caspar::decklink::get_version();\r
        auto deck = caspar::decklink::get_device_list();\r
        std::for_each(deck.begin(), deck.end(), [](const std::wstring& device)\r
        {\r
-               CASPAR_LOG(info) << device;\r
+               CASPAR_LOG(info) << L" - " << device;\r
        });\r
                \r
        CASPAR_LOG(info) << L"Bluefish " << caspar::bluefish::get_version();\r
        auto blue = caspar::bluefish::get_device_list();\r
        std::for_each(blue.begin(), blue.end(), [](const std::wstring& device)\r
        {\r
-               CASPAR_LOG(info) << device;\r
+               CASPAR_LOG(info) << L" - " << device;\r
        });\r
        \r
        CASPAR_LOG(info) << L"FFMPEG-avcodec "  << caspar::ffmpeg::get_avcodec_version();\r