mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2025-12-20 02:20:13 +01:00
cp: Correctly format debug scope for content protection
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
This commit is contained in:
parent
a3ab74028a
commit
762e286a44
1 changed files with 2 additions and 2 deletions
|
|
@ -343,8 +343,8 @@ weston_compositor_enable_content_protection(struct weston_compositor *compositor
|
|||
|
||||
cp->destroy_listener.notify = cp_destroy_listener;
|
||||
wl_signal_add(&compositor->destroy_signal, &cp->destroy_listener);
|
||||
cp->debug = weston_compositor_add_log_scope(compositor, "content-protection-debug",
|
||||
"debug-logs for content-protection",
|
||||
cp->debug = weston_compositor_add_log_scope(compositor, "content-protection",
|
||||
"debug-logs for content-protection\n",
|
||||
NULL, NULL, NULL);
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue