mirror of
https://github.com/libretro/RetroArch
synced 2025-02-19 12:41:00 +00:00
log the label instead of the hash
This commit is contained in:
parent
0c445f66a7
commit
e7a3dc0e73
@ -148,7 +148,7 @@ int database_info_build_query(char *s, size_t len,
|
||||
}
|
||||
break;
|
||||
default:
|
||||
RARCH_LOG("Unknown label: %d\n", value);
|
||||
RARCH_LOG("Unknown label: %s\n", label);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user