]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/main.c
- more authentication logging uniformity
[ppp.git] / pppd / main.c
index 4fb985b89a010440c86bb6bf367604afae3b6448..cc329b1bfeaf35465ffa5c1c53e524ebb4ae90bf 100644 (file)
@@ -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 <stdio.h>
 #include <ctype.h>
@@ -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);
     }