cleaned up some logging

This commit is contained in:
2021-07-26 01:55:02 -04:00
parent a85721a0e9
commit c3de36fbec

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"); slog.log(E_FATAL, "[ '" + task_name + "' ] STDOUT PIPE FAILED");
return SPROC_RETURN_CODES::PIPE_FAILED; return SPROC_RETURN_CODES::PIPE_FAILED;
} else { } else {
slog.log(E_DEBUG, "[ '" + task_name + "' ] file descriptors piped."); // slog.log(E_DEBUG, "[ '" + task_name + "' ] file descriptors piped.");
} }
// man 3 pipe // man 3 pipe