mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-02-24 04:51:12 +00:00
Added additional temporal debug message.
This commit is contained in:
parent
2f1846c658
commit
fb75b5eda6
1 changed files with 1 additions and 0 deletions
|
@ -1320,6 +1320,7 @@ static void G_LoadLocationsFile( void )
|
||||||
free(serverInfo);
|
free(serverInfo);
|
||||||
|
|
||||||
if (file_len == 0) {
|
if (file_len == 0) {
|
||||||
|
G_Logger(LL_ERROR, "filelen=%d", file_len);
|
||||||
G_LogFuncEnd();
|
G_LogFuncEnd();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue