cleaned up some logging

master
Christopher M. Punches 2021-07-26 01:55:02 -04:00
parent a85721a0e9
commit c3de36fbec
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ int Sproc::execute(std::string shell, std::string environment_file, std::string
slog.log(E_FATAL, "[ '" + task_name + "' ] STDOUT PIPE FAILED");
return SPROC_RETURN_CODES::PIPE_FAILED;
} else {
slog.log(E_DEBUG, "[ '" + task_name + "' ] file descriptors piped.");
// slog.log(E_DEBUG, "[ '" + task_name + "' ] file descriptors piped.");
}
// man 3 pipe