Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Richard Gobeille
EDuke32
Commits
fce1fbf9
Commit
fce1fbf9
authored
Apr 11, 2022
by
Dino Bollinger
Browse files
Duke3D: Fix successful "loadgrp" DEF command logging as ERROR instead of INFO
parent
8cf7e9fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
source/duke3d/src/game.cpp
View file @
fce1fbf9
...
...
@@ -5455,7 +5455,7 @@ static int parsedefinitions_game(scriptfile *pScript, int firstPass)
LOG_F
(
ERROR
,
"Could not find file '%s'."
,
fileName
);
else
{
LOG_F
(
ERROR
,
"Using file '%s' as game data."
,
fileName
);
LOG_F
(
INFO
,
"Using file '%s' as game data."
,
fileName
);
if
(
!
g_noAutoLoad
&&
!
ud
.
setup
.
noautoload
)
G_DoAutoload
(
fileName
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment