Skip to content

Commit

Permalink
mxqd: Set "group initialized" message to debug level
Browse files Browse the repository at this point in the history
This message is rather anoying during normal operation, so set it to
debug level.
  • Loading branch information
donald committed Feb 17, 2022
1 parent 665d0a0 commit a7c0fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mxqd_control.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ static void _group_list_init(struct mxq_group_list *glist)
|| glist->jobs_max != jobs_max
|| glist->slots_max != slots_max
|| glist->memory_max != memory_max) {
mx_log_info(" group=%s(%u):%lu jobs_max=%lu slots_max=%lu memory_max=%lu slots_per_job=%lu memory_per_job_thread=%Lf :: group %sinitialized.",
mx_log_debug(" group=%s(%u):%lu jobs_max=%lu slots_max=%lu memory_max=%lu slots_per_job=%lu memory_per_job_thread=%Lf :: group %sinitialized.",
group->user_name,
group->user_uid,
group->group_id,
Expand Down

0 comments on commit a7c0fc9

Please sign in to comment.