update error message
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 7 Nov 2007 15:25:38 +0000 (15:25 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 7 Nov 2007 15:25:38 +0000 (15:25 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2730 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/ltt/marker.c

index 2a0d1cb132139d477b6f21a32b021f8b84a34a9e..aacfa00c873549190529bfcceba7cdeb587ae74a 100644 (file)
@@ -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);
This page took 0.025075 seconds and 4 git commands to generate.