From: Ray Strode Date: Sat, 24 Jul 2010 02:19:30 +0000 (-0400) Subject: [terminal] fix debug statement X-Git-Tag: 0.8.4~178 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1c8557cc53bba7650fd5e8380d2895d3c199afe;p=thirdparty%2Fplymouth.git [terminal] fix debug statement It was missing an argument. --- 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; }