From 45c42d58fdca4618c8ff3a38e4bd82c1f68932e3 Mon Sep 17 00:00:00 2001 From: djm Date: Wed, 14 May 2003 03:41:39 +0000 Subject: [PATCH] - markus@cvs.openbsd.org 2003/04/12 10:15:36 [misc.c] debug->debug2 --- ChangeLog | 3 +++ misc.c | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6138f686..3c3e0e29 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,9 @@ - markus@cvs.openbsd.org 2003/04/12 10:13:57 [cipher.c] hide cipher details; ok djm@ + - markus@cvs.openbsd.org 2003/04/12 10:15:36 + [misc.c] + debug->debug2 20030512 - (djm) Redhat spec: Don't install profile.d scripts when not diff --git a/misc.c b/misc.c index 512fb22f..ff196619 100644 --- a/misc.c +++ b/misc.c @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: misc.c,v 1.20 2002/12/13 10:03:15 markus Exp $"); +RCSID("$OpenBSD: misc.c,v 1.21 2003/04/12 10:15:36 markus Exp $"); #include "misc.h" #include "log.h" @@ -60,7 +60,7 @@ set_nonblock(int fd) debug2("fd %d is O_NONBLOCK", fd); return; } - debug("fd %d setting O_NONBLOCK", fd); + debug2("fd %d setting O_NONBLOCK", fd); val |= O_NONBLOCK; if (fcntl(fd, F_SETFL, val) == -1) debug("fcntl(%d, F_SETFL, O_NONBLOCK): %s", -- 2.45.1