Fix dddf885f
: use IConsoleError to produce console errors
This commit is contained in:

committed by
Patric Stout

parent
8c6b5e52fd
commit
06a3c0cb26
@@ -1868,7 +1868,7 @@ DEF_CONSOLE_CMD(ConContent)
|
|||||||
* to download every available package on BaNaNaS. This is not in
|
* to download every available package on BaNaNaS. This is not in
|
||||||
* the spirit of this service. Additionally, these few people were
|
* the spirit of this service. Additionally, these few people were
|
||||||
* good for 70% of the consumed bandwidth of BaNaNaS. */
|
* good for 70% of the consumed bandwidth of BaNaNaS. */
|
||||||
IConsolePrintF(CC_ERROR, "'select all' is no longer supported since 1.11");
|
IConsoleError("'select all' is no longer supported since 1.11");
|
||||||
} else {
|
} else {
|
||||||
_network_content_client.Select((ContentID)atoi(argv[2]));
|
_network_content_client.Select((ContentID)atoi(argv[2]));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user