[terminal] fix debug statement

It was missing an argument.
This commit is contained in:
Ray Strode 2010-07-23 22:19:30 -04:00
parent 3e3f6fd866
commit b1c8557cc5

View 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;
}