소스 검색

Fix log message

Tatsuhiro Tsujikawa 9 년 전
부모
커밋
3af50e5140
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Context.cc

+ 1 - 1
src/Context.cc

@@ -306,7 +306,7 @@ Context::Context(bool standalone, int argc, char** argv, const KeyVals& options)
   }
   else {
     if (!requestGroups.empty()) {
-      A2_LOG_NOTICE(fmt("Downloading %" PRId64 " items",
+      A2_LOG_NOTICE(fmt("Downloading %" PRId64 " item(s)",
                         static_cast<uint64_t>(requestGroups.size())));
     }
     reqinfo = std::make_shared<MultiUrlRequestInfo>(std::move(requestGroups),