diff options
Diffstat (limited to 'usr.sbin/ppp/main.c')
-rw-r--r-- | usr.sbin/ppp/main.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/ppp/main.c b/usr.sbin/ppp/main.c index d37c91d..de93fbb 100644 --- a/usr.sbin/ppp/main.c +++ b/usr.sbin/ppp/main.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: main.c,v 1.148 1999/01/28 01:56:33 brian Exp $ + * $Id: main.c,v 1.149 1999/02/02 09:35:29 brian Exp $ * * TODO: */ @@ -516,6 +516,8 @@ DoLoop(struct bundle *bundle) break; } + log_Printf(LogTIMER, "Select returns %d\n", i); + sig_Handle(); if (i <= 0) |