diff --git a/src/libply-splash-core/ply-terminal.c b/src/libply-splash-core/ply-terminal.c index fb6a29d3..40243799 100644 --- a/src/libply-splash-core/ply-terminal.c +++ b/src/libply-splash-core/ply-terminal.c @@ -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; }