This commit is contained in:
JustArchi
2017-01-08 15:12:58 +01:00
parent 2df4ba14df
commit ef2bdabebd

View File

@@ -44,7 +44,7 @@ namespace ConfigGenerator {
case "Updates":
return CGStrings.CategoryUpdates;
default:
Logging.LogGenericWarning("Unknown value: " + value);
Logging.LogNullError(nameof(value));
return value;
}
}