examples: improve some debug

This commit is contained in:
Wim Taymans 2020-03-02 17:27:00 +01:00
parent fef0e17b76
commit a3ec0cf49e
5 changed files with 11 additions and 7 deletions

View file

@ -96,7 +96,7 @@ static void on_timeout(void *userdata, uint64_t expirations)
pw_log_trace("timeout");
if ((b = pw_stream_dequeue_buffer(data->stream)) == NULL) {
pw_log_warn("out of buffers");
pw_log_warn("out of buffers: %m");
return;
}