Make the add-ons icons' missing TC/RC error a warning instead
This commit is contained in:
parent
5671cbbbd6
commit
0acba0295f
1 changed files with 1 additions and 1 deletions
|
@ -722,7 +722,7 @@ namespace {
|
|||
}
|
||||
else if(icon.find("units/") != std::string::npos && icon.find_first_of('~') == std::string::npos) {
|
||||
// a hack to prevent magenta icons, because they look awful
|
||||
ERR_CFG << "remote add-on '" << addon_name << "' has an icon without TC/RC specification\n";
|
||||
WRN_CFG << "remote add-on '" << addon_name << "' has an icon without TC/RC specification\n";
|
||||
icon.append("~RC(magenta>red)");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue