mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 11:15:34 +08:00
debug log for entry and exit of settings parser
This commit is contained in:
parent
9be27ffd85
commit
1b18338579
@ -1308,7 +1308,7 @@ static void parse_simple_features(class Settings *settings_client, class Setting
|
||||
|
||||
uint32 create_localstorage_settings(Settings **settings_client_out, Settings **settings_server_out, Local_Storage **local_storage_out)
|
||||
{
|
||||
PRINT_DEBUG_ENTRY();
|
||||
PRINT_DEBUG("start ----------");
|
||||
|
||||
#if defined(EMU_BUILD_STRING)
|
||||
PRINT_DEBUG("emu build '%s'", EXPAND_AS_STR(EMU_BUILD_STRING));
|
||||
@ -1417,6 +1417,7 @@ uint32 create_localstorage_settings(Settings **settings_client_out, Settings **s
|
||||
*local_storage_out = local_storage;
|
||||
|
||||
reset_LastError();
|
||||
PRINT_DEBUG("end *********");
|
||||
return appid;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user