瀏覽代碼

CodecsComponent: log where a codec is written to

Just for debugging.
Vincent Lang 8 年之前
父節點
當前提交
ce3f92f69e
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/player/CodecsComponent.cpp

+ 2 - 0
src/player/CodecsComponent.cpp

@@ -582,6 +582,8 @@ void CodecsFetcher::processCodecDownloadDone(const QByteArray& data, const Codec
     return;
   }
 
+  QLOG_INFO() << "Storing codec as" << codec.getPath();
+
   if (!Utils::safelyWriteFile(codec.getPath(), data))
   {
     QLOG_ERROR() << "Writing codec file failed.";