mirror of https://github.com/aria2/aria2
Fix log message
parent
c1ad559256
commit
3af50e5140
|
@ -306,7 +306,7 @@ Context::Context(bool standalone, int argc, char** argv, const KeyVals& options)
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if (!requestGroups.empty()) {
|
if (!requestGroups.empty()) {
|
||||||
A2_LOG_NOTICE(fmt("Downloading %" PRId64 " items",
|
A2_LOG_NOTICE(fmt("Downloading %" PRId64 " item(s)",
|
||||||
static_cast<uint64_t>(requestGroups.size())));
|
static_cast<uint64_t>(requestGroups.size())));
|
||||||
}
|
}
|
||||||
reqinfo = std::make_shared<MultiUrlRequestInfo>(std::move(requestGroups),
|
reqinfo = std::make_shared<MultiUrlRequestInfo>(std::move(requestGroups),
|
||||||
|
|
Loading…
Reference in New Issue