]> andersk Git - openssh.git/blobdiff - misc.c
- stevesk@cvs.openbsd.org 2006/01/01 10:08:48
[openssh.git] / misc.c
diff --git a/misc.c b/misc.c
index ac939af7efabc2a8c01f5d4671cd6db449007c30..26d7cad2c196f406fbd14b7c55e85900ad6b3af0 100644 (file)
--- a/misc.c
+++ b/misc.c
@@ -24,7 +24,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: misc.c,v 1.38 2006/01/01 08:59:27 stevesk Exp $");
+RCSID("$OpenBSD: misc.c,v 1.39 2006/01/01 10:08:48 stevesk Exp $");
 
 #ifdef SSH_TUN_OPENBSD
 #include <net/if.h>
@@ -563,7 +563,7 @@ tun_open(int tun, int mode)
                                break;
                }
        } else {
-               debug("%s: invalid tunnel %u\n", __func__, tun);
+               debug("%s: invalid tunnel %u", __func__, tun);
                return (-1);
        }
 
This page took 2.403094 seconds and 4 git commands to generate.