Skip to content
Snippets Groups Projects
Commit aaa80b1c authored by Moe Jette's avatar Moe Jette
Browse files

comment out what looks like a bogus log record

parent 15a359c7
No related branches found
No related tags found
No related merge requests found
...@@ -398,8 +398,8 @@ static int _jobcomp_exec_child (char *script, char **env) ...@@ -398,8 +398,8 @@ static int _jobcomp_exec_child (char *script, char **env)
*/ */
static void * _script_agent (void *args) static void * _script_agent (void *args)
{ {
info ("_jobcomp_script_strerror (137) = %s\n", // info ("_jobcomp_script_strerror (137) = %s\n",
_jobcomp_script_strerror (137)); // _jobcomp_script_strerror (137));
while (1) { while (1) {
struct jobcomp_info *job; struct jobcomp_info *job;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment