mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 21:48:09 +02:00
[terminal] fix debug statement
It was missing an argument.
This commit is contained in:
parent
3e3f6fd866
commit
b1c8557cc5
1 changed files with 1 additions and 1 deletions
|
|
@ -466,7 +466,7 @@ ply_terminal_open_device (ply_terminal_t *terminal)
|
|||
|
||||
if (terminal->fd < 0)
|
||||
{
|
||||
ply_trace ("Unable to open terminal device '%s': %m");
|
||||
ply_trace ("Unable to open terminal device '%s': %m", terminal->name);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue