Skip to content

Commit 415b866

Browse files
committed
job-manager: update commented out flag
Problem: some commented out code uses EVENT_JOURNAL_ONLY but this flag was renamed to EVENT_NO_COMMIT. Rename flag.
1 parent 41ed477 commit 415b866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/job-manager/prioritize.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ static int reprioritize_one (struct job_manager *ctx,
9898
&& job->state != FLUX_JOB_STATE_PRIORITY
9999
&& job->priority != FLUX_JOB_PRIORITY_MIN
100100
&& job->priority != FLUX_JOB_PRIORITY_MAX)
101-
flags = EVENT_JOURNAL_ONLY;
101+
flags = EVENT_NO_COMMIT;
102102
*/
103103

104104
/* Post 'priority' event.

0 commit comments

Comments
 (0)