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

@ -879,7 +879,7 @@ cygwin_gethostname (char *name, size_t len)
return -1;
}
}
debug_printf ("name %s\n", name);
debug_printf ("name %s", name);
h_errno = 0;
return 0;
}