X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fmain.c;h=b4271f837087e520f12f19b36da3370f44f5ba89;hp=4fb985b89a010440c86bb6bf367604afae3b6448;hb=9b5e4bcdc6e25f18d20200af78df94d695e428ac;hpb=93b9f7ad08d5f0ee16880ec2b21b1c13a00d4779 diff --git a/pppd/main.c b/pppd/main.c index 4fb985b..b4271f8 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.114 2002/10/10 05:47:34 fcusack Exp $" +#define RCSID "$Id: main.c,v 1.116 2002/10/12 02:30:21 fcusack Exp $" #include #include @@ -366,7 +366,7 @@ main(argc, argv) * Early check for remote number authorization. */ if (!auth_number()) { - error("remote number %s is not authorized", remote_number); + warn("calling number %q is not authorized", remote_number); exit(EXIT_CNID_AUTH_FAILED); }