From 04a908fefc1555875ea76f9ab5e68fd3627bfc01 Mon Sep 17 00:00:00 2001 From: martin Date: Wed, 2 Mar 2016 19:03:31 +0000 Subject: [PATCH] David Binderman in PR bin/50884: simplify boolean expression --- usr.sbin/isdn/isdnd/log.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/isdn/isdnd/log.c b/usr.sbin/isdn/isdnd/log.c index 8178dacb406c..30e8e1759744 100644 --- a/usr.sbin/isdn/isdnd/log.c +++ b/usr.sbin/isdn/isdnd/log.c @@ -27,7 +27,7 @@ * i4b daemon - logging routines * ----------------------------- * - * $Id: log.c,v 1.8 2011/08/31 16:24:59 plunky Exp $ + * $Id: log.c,v 1.9 2016/03/02 19:03:31 martin Exp $ * * $FreeBSD$ * @@ -162,7 +162,7 @@ logit(int what, const char *fmt, ...) /* put log on screen ? */ if ((do_fullscreen && curses_ready) && - ((!debug_noscreen) || (debug_noscreen && (what != LL_DBG)))) + (!debug_noscreen || what != LL_DBG)) { wprintw(lower_w, "%s %s %-.*s\n", dp, logtab[what].text,