pull/1180/merge
Vladimir Panteleev 2024-08-24 10:39:35 -07:00 committed by GitHub
commit a6047d8c7d
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()) {