log the label instead of the hash

This commit is contained in:
Andre Leiradella 2015-06-04 12:10:33 -03:00
parent 0c445f66a7
commit e7a3dc0e73

View File

@ -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;
}