=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sndiod/fdpass.c,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/sndiod/fdpass.c 2015/12/20 11:38:33 1.1 --- src/usr.bin/sndiod/fdpass.c 2015/12/23 11:26:42 1.2 *************** *** 1,4 **** ! /* $OpenBSD: fdpass.c,v 1.1 2015/12/20 11:38:33 ratchov Exp $ */ /* * Copyright (c) 2015 Alexandre Ratchov * --- 1,4 ---- ! /* $OpenBSD: fdpass.c,v 1.2 2015/12/23 11:26:42 ratchov Exp $ */ /* * Copyright (c) 2015 Alexandre Ratchov * *************** *** 181,187 **** return 0; } if (n == 0) { ! if (log_level >= 1) { fdpass_log(f); log_puts(": recvmsg eof\n"); } --- 181,187 ---- return 0; } if (n == 0) { ! if (log_level >= 3) { fdpass_log(f); log_puts(": recvmsg eof\n"); } *************** *** 281,287 **** { struct fdpass *f = arg; ! if (log_level >= 1) { fdpass_log(f); log_puts(": exit\n"); } --- 281,287 ---- { struct fdpass *f = arg; ! if (log_level >= 3) { fdpass_log(f); log_puts(": exit\n"); } *************** *** 341,347 **** { struct fdpass *f = arg; ! if (log_level >= 1) { fdpass_log(f); log_puts(": hup\n"); } --- 341,347 ---- { struct fdpass *f = arg; ! if (log_level >= 3) { fdpass_log(f); log_puts(": hup\n"); }