Remove \n from calls to strace class printfs throughout.
This commit is contained in:
@@ -38,7 +38,7 @@ ioctl (int fd, int cmd, ...)
|
||||
char *argp = va_arg (ap, char *);
|
||||
va_end (ap);
|
||||
|
||||
debug_printf ("fd %d, cmd %x\n", fd, cmd);
|
||||
debug_printf ("fd %d, cmd %x", fd, cmd);
|
||||
if (cfd->is_tty () && cfd->get_device () != FH_PTYM)
|
||||
switch (cmd)
|
||||
{
|
||||
|
Reference in New Issue
Block a user