From 57f0543606127dc4e3956c62acc3bfaa353cad5e Mon Sep 17 00:00:00 2001 From: compudj Date: Wed, 7 Nov 2007 15:25:38 +0000 Subject: [PATCH] update error message git-svn-id: http://ltt.polymtl.ca/svn@2730 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/ltt/marker.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ltt/branches/poly/ltt/marker.c b/ltt/branches/poly/ltt/marker.c index 2a0d1cb1..aacfa00c 100644 --- a/ltt/branches/poly/ltt/marker.c +++ b/ltt/branches/poly/ltt/marker.c @@ -410,7 +410,7 @@ int marker_format_event(LttTrace *trace, GQuark name, const char *format) if (!info) g_error("Got marker format \"%s\", but marker name \"%s\" has no ID yet. " "Kernel issue.", - format, name); + format, g_quark_to_string(name)); for (; info != NULL; info = info->next) { if (info->format) g_free(info->format); -- 2.34.1