소스 검색

CodecsComponent: log where a codec is written to

Just for debugging.
Vincent Lang 9 년 전
부모
커밋
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.";