mirror of https://github.com/aria2/aria2
Merge 732ffdccc8
into b519ce04e3
commit
a6047d8c7d
|
@ -303,7 +303,7 @@ Context::Context(bool standalone, int argc, char** argv, const KeyVals& options)
|
||||||
|
|
||||||
if (standalone && !op->getAsBool(PREF_ENABLE_RPC) && requestGroups.empty() &&
|
if (standalone && !op->getAsBool(PREF_ENABLE_RPC) && requestGroups.empty() &&
|
||||||
!uriListParser) {
|
!uriListParser) {
|
||||||
global::cout()->printf("%s\n", MSG_NO_FILES_TO_DOWNLOAD);
|
A2_LOG_NOTICE(MSG_NO_FILES_TO_DOWNLOAD);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if (!requestGroups.empty()) {
|
if (!requestGroups.empty()) {
|
||||||
|
|
Loading…
Reference in New Issue