- stevesk@cvs.openbsd.org 2002/03/24 23:20:00
     [monitor.c]
     remove "\n" from fatal()
diff --git a/ChangeLog b/ChangeLog
index bd1f868..e8279ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,6 +19,9 @@
    - markus@cvs.openbsd.org 2002/03/24 18:05:29
      [scard.c]
      we need to figure out AUT0 for sc_private_encrypt, too
+   - stevesk@cvs.openbsd.org 2002/03/24 23:20:00
+     [monitor.c]
+     remove "\n" from fatal()
 
 20020324
  - (stevesk) [session.c] disable LOGIN_NEEDS_TERM until we are sure
@@ -8033,4 +8036,4 @@
  - Wrote replacements for strlcpy and mkdtemp
  - Released 1.0pre1
 
-$Id: ChangeLog,v 1.1983 2002/03/26 02:44:44 mouring Exp $
+$Id: ChangeLog,v 1.1984 2002/03/26 02:49:34 mouring Exp $
diff --git a/monitor.c b/monitor.c
index 6136c10..8f682e5 100644
--- a/monitor.c
+++ b/monitor.c
@@ -25,7 +25,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: monitor.c,v 1.6 2002/03/21 18:38:33 stevesk Exp $");
+RCSID("$OpenBSD: monitor.c,v 1.7 2002/03/24 23:20:00 stevesk Exp $");
 
 #include <openssl/dh.h>
 
@@ -349,7 +349,7 @@
 		return ret;
 	}
 
-	fatal("%s: unsupported request: %d\n", __FUNCTION__, type);
+	fatal("%s: unsupported request: %d", __FUNCTION__, type);
 
 	/* NOTREACHED */
 	return (-1);