mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-29 23:15:56 -04:00
give us the freaking file name when you can't find it, stupid
This commit is contained in:
@@ -586,7 +586,7 @@ AppearanceTemplate *AppearanceTemplateListNamespace::create(const char *const fi
|
||||
{
|
||||
char tagString[5];
|
||||
ConvertTagToString(tag, tagString);
|
||||
DEBUG_FATAL(true, ("AppearanceTemplate binding %s not found", tagString));
|
||||
DEBUG_FATAL(true, ("AppearanceTemplate binding %s not found for file %s", tagString, actualFileName.getString()));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user