mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
error: use GLib to remember the program name
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
45297887dc
commit
336d354ba7
6 changed files with 13 additions and 29 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue