diff options
Diffstat (limited to 'usr.sbin/ppp/command.c')
-rw-r--r-- | usr.sbin/ppp/command.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/command.c b/usr.sbin/ppp/command.c index 8685bb4..4e51046 100644 --- a/usr.sbin/ppp/command.c +++ b/usr.sbin/ppp/command.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: command.c,v 1.44 1997/05/10 03:39:51 brian Exp $ + * $Id: command.c,v 1.45 1997/05/10 23:46:29 ache Exp $ * */ #include <sys/types.h> @@ -143,7 +143,7 @@ char **argv; } tries = 0; do { - printf("Dial attempt %u\n", ++tries); + printf("Dial attempt %u of %d\n", ++tries, VarDialTries); modem = OpenModem(mode); if (modem < 0) { printf("failed to open modem.\n"); |