pw-top: refresh immediately

This commit is contained in:
Wim Taymans 2021-01-21 15:20:07 +01:00
parent f96c7ede11
commit 4fb967211e

View file

@ -423,7 +423,8 @@ static void on_core_done(void *_data, uint32_t id, int seq)
if (d->profiler == NULL) { if (d->profiler == NULL) {
pw_log_error("no Profiler Interface found, please load one in the server"); pw_log_error("no Profiler Interface found, please load one in the server");
pw_main_loop_quit(d->loop); pw_main_loop_quit(d->loop);
} } else
do_refresh(d);
} }
} }