Make the add-ons icons' missing TC/RC error a warning instead

This commit is contained in:
Ignacio R. Morelle 2009-10-06 19:58:32 +00:00
parent 5671cbbbd6
commit 0acba0295f

View file

@ -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)");
}
}