Skip to content

Commit

Permalink
mxqd: fix typo in log
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Oct 26, 2015
1 parent 498c7a7 commit 6f9e118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mxqd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1143,7 +1143,7 @@ unsigned long start_job(struct mxq_group_list *group)
group->group.user_name, group->group.user_uid, group->group.group_id, mxqjob.job_id);

cpuset_init_job(&mxqjob.host_cpu_set,&server->cpu_set_available,&server->cpu_set_running,group->slots_per_job);
cpuset_log(" job assgined cpus: ",&mxqjob.host_cpu_set);
cpuset_log(" job assigned cpus: ",&mxqjob.host_cpu_set);

mx_mysql_disconnect(server->mysql);

Expand Down

0 comments on commit 6f9e118

Please sign in to comment.