summaryrefslogtreecommitdiff
path: root/logging.c
diff options
context:
space:
mode:
Diffstat (limited to 'logging.c')
-rw-r--r--logging.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/logging.c b/logging.c
index 7c919b0f0..c4f1b13f6 100644
--- a/logging.c
+++ b/logging.c
@@ -614,9 +614,9 @@ void inform_user(code)
"Intruder Alert! You don't exist in the passwd file\n\n");
break;
- case GLOBAL_NO_AUTH_ENT:
+ case GLOBAL_NO_SPW_ENT:
(void) fprintf(stderr,
- "Intruder Alert! You don\'t exist in the auth database\n\n");
+ "Intruder Alert! You don't exist in the shadow passwd file\n\n");
break;
case GLOBAL_NO_HOSTNAME: