Skip to content
Snippets Groups Projects
Commit ed534ab2 authored by Danny Auble's avatar Danny Auble
Browse files

Change info to debug3 (since the message really isn't needed)

parent cd8576bd
No related branches found
No related tags found
No related merge requests found
......@@ -1109,8 +1109,9 @@ extern List filetxt_jobacct_process_get_jobs(slurmdb_job_cond_t *job_cond)
if (curr_job->jobid ==
slurmdb_job->jobid) {
list_delete_item(itr2);
info("removing job %d",
slurmdb_job->jobid);
debug3("removing duplicate "
"of job %d",
slurmdb_job->jobid);
break;
}
}
......
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