Remove \n from calls to strace class printfs throughout.

This commit is contained in:
Christopher Faylor
2002-09-30 04:35:18 +00:00
parent da77b2c84c
commit f70389b541
17 changed files with 54 additions and 50 deletions

View File

@ -765,7 +765,7 @@ interrupt_on_return (sigthread *th, int sig, void *handler, struct sigaction& si
return 1;
}
sigproc_printf ("couldn't find a stack frame, i %d\n", i);
sigproc_printf ("couldn't find a stack frame, i %d", i);
return 0;
}