fixed typo

This commit is contained in:
Roland Gruber 2010-12-16 17:55:01 +00:00
parent 6be11fb443
commit cb4f1308e3
1 changed files with 2 additions and 2 deletions

View File

@ -256,8 +256,8 @@ sub removeHomedir {
logMessage(LOG_INFO, "Home directory removed (" . $vals[3] . ")");
}
else {
$return = "ERROR,Lamdaemon ($hostname),Home directory not owned by $vals[3].";
logMessage(LOG_ERR, "Home directory owned by wrong user (" . $vals[3] . ")");
$return = "ERROR,Lamdaemon ($hostname),Home directory not owned by $vals[4].";
logMessage(LOG_ERR, "Home directory owned by wrong user (" . $vals[4] . ")");
}
}
else {