gitypelib: Extend warning for validation

This commit is contained in:
Colin Walters 2010-11-16 15:13:41 -05:00
parent f9a3bb7300
commit 61e5bdb7ba

View File

@ -647,7 +647,7 @@ validate_type_blob (GITypelib *typelib,
g_set_error (error,
G_TYPELIB_ERROR,
G_TYPELIB_ERROR_INVALID_BLOB,
"Wrong tag in simple type");
"Invalid non-basic tag %d in simple type", simple->flags.tag);
return FALSE;
}