Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit fa90d05

Browse files
committed
Correct loading warning log message
1 parent a522544 commit fa90d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1792,7 +1792,7 @@ int main(int argc, char *argv[]) {
17921792
if (!std::filesystem::exists(screenshotSaveDir)) { g_System.MakeDirectory(screenshotSaveDir); }
17931793

17941794
if (g_ConsoleMan.LoadWarningsExist()) {
1795-
g_ConsoleMan.PrintString("WARNING: References to files that could not be located or failed to load detected during module loading!\nSee \"LoadWarningLog.txt\" for a list of bad references.");
1795+
g_ConsoleMan.PrintString("WARNING: References to files that could not be located or failed to load detected during module loading!\nSee \"LogLoadingWarning.txt\" for a list of bad references.");
17961796
g_ConsoleMan.SaveLoadWarningLog("LogLoadingWarning.txt");
17971797
// Open the console so the user is aware there are loading warnings.
17981798
g_ConsoleMan.SetEnabled(true);

0 commit comments

Comments
 (0)