]> git.sesse.net Git - casparcg/commitdiff
Moved diagnostics warning tags from warning to debug, because they can flood the...
authorHelge Norberg <helge.norberg@svt.se>
Tue, 17 Nov 2015 10:58:45 +0000 (11:58 +0100)
committerHelge Norberg <helge.norberg@svt.se>
Tue, 17 Nov 2015 10:58:45 +0000 (11:58 +0100)
common/diagnostics/graph_to_log_sink.cpp

index 214a5458a404f63dbdcc9a1204705fe14a2a122c..3f5a00fdc7fd6f4693c74f161164464171b28f85 100644 (file)
@@ -60,7 +60,7 @@ public:
                        CASPAR_LOG(trace) << L"[diagnostics] [" << text_ << L"] " << name;
                        break;
                case tag_severity::WARNING:
-                       CASPAR_LOG(warning) << L"[diagnostics] [" << text_ << L"] " << name;
+                       CASPAR_LOG(debug) << L"[diagnostics] [" << text_ << L"] " << name;
                        break;
                }
        }