mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-26 02:19:24 +01:00
add filename to logs
This commit is contained in:
parent
b892402619
commit
caf03df762
@ -1468,6 +1468,7 @@ static void cfg_init()
|
|||||||
ini_create(&g_config.ini, g_config.ini_path);
|
ini_create(&g_config.ini, g_config.ini_path);
|
||||||
cfg_get_game_section(g_config.game_section, sizeof(g_config.game_section));
|
cfg_get_game_section(g_config.game_section, sizeof(g_config.game_section));
|
||||||
|
|
||||||
|
TRACE("filename = %s\n", g_config.process_file_name);
|
||||||
TRACE("section = %s\n", g_config.game_section[0] ? g_config.game_section : "ddraw");
|
TRACE("section = %s\n", g_config.game_section[0] ? g_config.game_section : "ddraw");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user