X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;ds=sidebyside;f=pppd%2Fmain.c;h=cc329b1bfeaf35465ffa5c1c53e524ebb4ae90bf;hb=cccb82a2e9bbc20f343bf4ef7550f79566f84758;hp=4fb985b89a010440c86bb6bf367604afae3b6448;hpb=93b9f7ad08d5f0ee16880ec2b21b1c13a00d4779;p=ppp.git diff --git a/pppd/main.c b/pppd/main.c index 4fb985b..cc329b1 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.115 2002/10/12 01:28:05 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); + error("calling number %q is not authorized", remote_number); exit(EXIT_CNID_AUTH_FAILED); }