diff options
| author | Brian Somers <brian@FreeBSD.org> | 1997-05-14 01:18:51 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1997-05-14 01:18:51 +0000 |
| commit | 298091dacd2d72a8e3069984e329a4def548cc14 (patch) | |
| tree | 8f77f26ca42879ff683a0eba5b78c59d05b9b602 /usr.sbin/ppp/command.c | |
| parent | ce7288163414aeff5a094ed88e111abd34434cc1 (diff) | |
Notes
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 8685bb49d3835..4e510467bd1e0 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"); |
