stream: fix debug message

This commit is contained in:
Wim Taymans 2021-08-25 13:08:49 +02:00
parent 762f45c5a0
commit 67965d60be

View file

@ -2055,7 +2055,7 @@ int pw_stream_queue_buffer(struct pw_stream *stream, struct pw_buffer *buffer)
if (impl->direction == SPA_DIRECTION_OUTPUT &&
impl->driving && !impl->using_drive) {
pw_log_debug("use pw_stream_drive() to drive the stream.");
pw_log_debug("deprecated: use pw_stream_trigger_process() to drive the stream.");
res = pw_loop_invoke(impl->context->data_loop,
do_trigger_deprecated, 1, NULL, 0, false, impl);
}