Change to info log

This commit is contained in:
Jonas Kvinge
2021-03-04 01:14:06 +01:00
parent 49a0b0bff2
commit 7b2411eec5
2 changed files with 2 additions and 2 deletions

View File

@@ -970,7 +970,7 @@ void GstEngine::StreamDiscovered(GstDiscoverer*, GstDiscovererInfo *info, GError
gst_caps_unref(caps);
gst_discoverer_stream_info_list_free(audio_streams);
qLog(Info) << "Got stream info for" << discovered_url + ":" << Song::TextForFiletype(bundle.filetype);
qLog(Debug) << "Got stream info for" << discovered_url + ":" << Song::TextForFiletype(bundle.filetype);
emit instance->MetaData(bundle);