]> git.proxmox.com Git - mirror_qemu.git/blobdiff - trace/control.c
error: use GLib to remember the program name
[mirror_qemu.git] / trace / control.c
index d5b68e846eeb834c62ce587551c441b1f0a8cd28..6c77cc6318004d53f418cf9bfbfe103648509a43 100644 (file)
@@ -161,7 +161,7 @@ void trace_list_events(FILE *f)
     fprintf(f, "This list of names of trace points may be incomplete "
                "when using the DTrace/SystemTap backends.\n"
                "Run 'qemu-trace-stap list %s' to print the full list.\n",
-            error_get_progname());
+            g_get_prgname());
 #endif
 }