summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlib/Vyatta/Login/User.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Vyatta/Login/User.pm b/lib/Vyatta/Login/User.pm
index cc28fd1e..11cf7f23 100755
--- a/lib/Vyatta/Login/User.pm
+++ b/lib/Vyatta/Login/User.pm
@@ -215,7 +215,7 @@ sub update {
# did we see this user in configuration?
next if defined $users{$user};
- warn "User $user not listed in current configuration\n";
+ warn "removing $user not listed in current configuration\n";
# Remove user account but leave home directory to be safe
system("sudo userdel $user") == 0
or die "Attempt to delete user $user failed: $!";