mirror of
https://github.com/SWG-Source/src.git
synced 2026-01-17 00:04:25 -05:00
cleanup annoying console Appearance Template warnings to print out in debug only
This commit is contained in:
@@ -600,7 +600,7 @@ AppearanceTemplate *AppearanceTemplateListNamespace::create(const char *const fi
|
||||
{
|
||||
char tagString[5];
|
||||
ConvertTagToString(tag, tagString);
|
||||
WARNING(true, ("AppearanceTemplate binding %s not found for file %s", tagString, actualFileName.getString()));
|
||||
DEBUG_WARNING(true, ("AppearanceTemplate binding %s not found for file %s", tagString, actualFileName.getString()));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user