typo; squash previous

master
Master 2020-08-01 16:15:41 -04:00
parent c16d69429a
commit 6db624ef93
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ int Sproc::execute( std::string shell, std::string environment_file, std::string
{ {
slog.log( E_INFO, "Successfully set GID to '" + std::to_string(run_as_gid) + "' (" + group + ")." ); slog.log( E_INFO, "Successfully set GID to '" + std::to_string(run_as_gid) + "' (" + group + ")." );
} else { } else {
slog.log( E_FATAL, "Failed to set GID. Panicking. (setegid: " + std::to_string( setegidval ) + "/" + std::to_string(errno) + ")" ); slog.log( E_FATAL, "Failed to set GID. Panicking." );
return -401; return -401;
} }