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

Better debug for job not found when trying to update.

parent 84612f2b
No related branches found
No related tags found
No related merge requests found
......@@ -614,8 +614,8 @@ extern List as_mysql_modify_job(mysql_conn_t *mysql_conn, uint32_t uid,
list_append(ret_list, object);
mysql_free_result(result);
} else {
errno = SLURM_NO_CHANGE_IN_DATA;
debug3("didn't effect anything\n%s", query);
errno = ESLURM_INVALID_JOB_ID;
debug3("as_mysql_modify_job: Job not found\n%s", query);
xfree(vals);
xfree(query);
mysql_free_result(result);
......
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