Fix dddf885f: use IConsoleError to produce console errors

This commit is contained in:
Patric Stout 2021-03-04 13:59:35 +01:00 committed by Patric Stout
parent 8c6b5e52fd
commit 06a3c0cb26
1 changed files with 1 additions and 1 deletions

View File

@ -1868,7 +1868,7 @@ DEF_CONSOLE_CMD(ConContent)
* to download every available package on BaNaNaS. This is not in
* the spirit of this service. Additionally, these few people were
* 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 {
_network_content_client.Select((ContentID)atoi(argv[2]));
}