From f70389b541c72c3022a63a86603526644c75102a Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 30 Sep 2002 04:35:18 +0000 Subject: Remove \n from calls to strace class printfs throughout. --- winsup/cygwin/exceptions.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/exceptions.cc') diff --git a/winsup/cygwin/exceptions.cc b/winsup/cygwin/exceptions.cc index 54c5d59e0..fa8cd634b 100644 --- a/winsup/cygwin/exceptions.cc +++ b/winsup/cygwin/exceptions.cc @@ -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; } -- cgit v1.2.3