pull/1180/merge
Vladimir Panteleev 2025-08-20 03:54:22 +08:00 committed by GitHub
commit eca48a38cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ Context::Context(bool standalone, int argc, char** argv, const KeyVals& options)
if (standalone && !op->getAsBool(PREF_ENABLE_RPC) && requestGroups.empty() &&
!uriListParser) {
global::cout()->printf("%s\n", MSG_NO_FILES_TO_DOWNLOAD);
A2_LOG_NOTICE(MSG_NO_FILES_TO_DOWNLOAD);
}
else {
if (!requestGroups.empty()) {