Module Name: src Committed By: christos Date: Wed Mar 2 19:28:56 UTC 2016
Modified Files: src/usr.sbin/isdn/isdnd: log.c Log Message: fix indent To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/isdn/isdnd/log.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.sbin/isdn/isdnd/log.c diff -u src/usr.sbin/isdn/isdnd/log.c:1.9 src/usr.sbin/isdn/isdnd/log.c:1.10 --- src/usr.sbin/isdn/isdnd/log.c:1.9 Wed Mar 2 14:03:31 2016 +++ src/usr.sbin/isdn/isdnd/log.c Wed Mar 2 14:28:56 2016 @@ -27,7 +27,7 @@ * i4b daemon - logging routines * ----------------------------- * - * $Id: log.c,v 1.9 2016/03/02 19:03:31 martin Exp $ + * $Id: log.c,v 1.10 2016/03/02 19:28:56 christos Exp $ * * $FreeBSD$ * @@ -161,8 +161,8 @@ logit(int what, const char *fmt, ...) /* put log on screen ? */ - if ((do_fullscreen && curses_ready) && - (!debug_noscreen || what != LL_DBG)) + if (do_fullscreen && curses_ready && + (!debug_noscreen || what != LL_DBG)) { wprintw(lower_w, "%s %s %-.*s\n", dp, logtab[what].text,