summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2010-11-16 15:13:41 -0500
committerColin Walters <walters@verbum.org>2010-11-16 15:13:41 -0500
commit8738b1e7eff70196ec7749e3f8dee13facdc3c54 (patch)
treee7f22a947188c8a187f316d0364bdecd7db02069
parent70910a9b3235cedbcc42ef47e92a53341dc9e660 (diff)
downloadgobject-introspection-8738b1e7eff70196ec7749e3f8dee13facdc3c54.tar.gz
gitypelib: Extend warning for validation
-rw-r--r--girepository/gitypelib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/girepository/gitypelib.c b/girepository/gitypelib.c
index e77866aa..a0b74d3d 100644
--- a/girepository/gitypelib.c
+++ b/girepository/gitypelib.c
@@ -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;
}