Remove \n from calls to strace class printfs throughout.
This commit is contained in:
@ -188,7 +188,7 @@ dll_list::detach (dll *d)
|
||||
return;
|
||||
|
||||
if (d->count <= 0)
|
||||
system_printf ("WARNING: try to detach an already detached dll ...\n");
|
||||
system_printf ("WARNING: try to detach an already detached dll ...");
|
||||
else if (--d->count == 0)
|
||||
{
|
||||
d->p.run_dtors ();
|
||||
|
Reference in New Issue
Block a user