cake
/
libg1m
Archived
1
0
Fork 0

Corrected stupid logging thing

This commit is contained in:
Thomas Touhey 2016-12-17 01:16:04 +01:00
parent 828434f0d4
commit 4ee5ce78e5
1 changed files with 1 additions and 1 deletions

View File

@ -605,7 +605,7 @@ int g1m_parse_mcsfile_content(g1m_mcsfile_t **handle, FILE *stream,
unsigned int type; int id;
if (g1m_mcstype_getlib(groupname, filename, raw_type, &type, &id))
goto notparsing;
log_info("libg1m file type is 0x%02x", raw_type);
log_info("libg1m file type is 0x%02x", type);
if (g1m_mcstype_uses_id(type)) {
log_info("libg1m file id is (%d, %d)", g1m_get_id_major(id),
g1m_get_id_minor(id));