]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
[terminal] fix debug statement
authorRay Strode <rstrode@redhat.com>
Sat, 24 Jul 2010 02:19:30 +0000 (22:19 -0400)
committerRay Strode <rstrode@redhat.com>
Sat, 24 Jul 2010 02:19:30 +0000 (22:19 -0400)
It was missing an argument.

src/libply-splash-core/ply-terminal.c

index fb6a29d3a7b8ac912ae633d97f09763d629f53a6..40243799c242164f46995511fd3f84b69bcf3372 100644 (file)
@@ -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;
     }