Skip to content
Snippets Groups Projects
Commit b6d80471 authored by Morris Jette's avatar Morris Jette
Browse files

correct log bad message content

parent 7b3f0eda
No related branches found
No related tags found
No related merge requests found
......@@ -252,7 +252,7 @@ extern int jobacct_common_getinfo(struct jobacctinfo *jobacct,
*uint32 = jobacct->tot_cpu;
break;
default:
debug("jobacct_g_set_setinfo data_type %d invalid", type);
debug("jobacct_g_set_getinfo data_type %d invalid", type);
}
slurm_mutex_unlock(&jobacct_lock);
return rc;
......
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