mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-07 07:18:01 +02:00
[key-file] fix debugging message
This commit is contained in:
parent
50614ef5b3
commit
a71f7ca8d2
1 changed files with 2 additions and 1 deletions
|
|
@ -246,7 +246,8 @@ ply_key_file_load_groups (ply_key_file_t *key_file)
|
|||
|
||||
if (items_matched <= 0)
|
||||
{
|
||||
ply_trace ("key file has no groups");
|
||||
ply_trace ("key file has no %sgroups",
|
||||
added_group? "more " : "");
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue