mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
sysprof-cli: exit main loop on failure
This commit is contained in:
@ -62,6 +62,7 @@ profiler_failed (SysprofProfiler *profiler_,
|
||||
|
||||
g_printerr ("Failure: %s\n", reason->message);
|
||||
exit_code = EXIT_FAILURE;
|
||||
g_main_loop_quit (main_loop_);
|
||||
}
|
||||
|
||||
gint
|
||||
|
||||
Reference in New Issue
Block a user