X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fmain.c;h=d5c4d131313800da92072ed688079cf9a0ea9fd3;hp=5e047d52c501f1d5ba2525fc0623e90e30429c88;hb=2b0e16c59c832c53545eba4ad3b2857334c1b2ff;hpb=32093f70f0c77ab214e743e8279c0f2ee2a9afc3 diff --git a/pppd/main.c b/pppd/main.c index 5e047d5..d5c4d13 100644 --- a/pppd/main.c +++ b/pppd/main.c @@ -17,7 +17,7 @@ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#define RCSID "$Id: main.c,v 1.96 2000/04/21 01:27:17 masputra Exp $" +#define RCSID "$Id: main.c,v 1.97 2000/04/24 02:54:16 masputra Exp $" #include #include @@ -1022,7 +1022,7 @@ void set_ifunit(iskey) int iskey; { - info("Using interface ppp%d", ifunit); + info("Using interface %s%d", PPP_DRV_NAME, ifunit); slprintf(ifname, sizeof(ifname), PPP_DRV_NAME "%d", ifunit); script_setenv("IFNAME", ifname, iskey); if (iskey) {