mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-04 02:28:03 +02:00
[main] Add debug spew
This commit is contained in:
parent
09bf42fddc
commit
22d8a8e44e
1 changed files with 3 additions and 0 deletions
|
|
@ -1233,6 +1233,9 @@ add_pixel_displays_from_renderer (state_t *state,
|
|||
|
||||
heads = ply_renderer_get_heads (renderer);
|
||||
|
||||
ply_trace ("Adding displays for %d heads",
|
||||
ply_list_get_length (heads));
|
||||
|
||||
node = ply_list_get_first_node (heads);
|
||||
while (node != NULL)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue