Fix to log username

This commit is contained in:
Ilia Ross
2024-05-31 16:51:08 +03:00
parent 0b58cd5197
commit cc663af3df

View File

@ -87,7 +87,7 @@ if (!$pid) {
die "Failed to run shell with $shcmd\n";
}
else {
&error_stderr("Running shell $shcmd with pid $pid");
&error_stderr("Running shell $shcmd for user $user with pid $pid");
}
# Detach from controlling terminal