Skip to content

Commit

Permalink
mxq_control: Remove "Remove orphaned ..." messages
Browse files Browse the repository at this point in the history
Remove the "Removing orphaned group" and "Removed orphaned user"
messages.
  • Loading branch information
donald committed Aug 23, 2021
1 parent f8c7531 commit caa8dce
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions mxqd_control.c
Original file line number Diff line number Diff line change
Expand Up @@ -530,11 +530,6 @@ int server_remove_orphaned_groups(struct mxq_server *server)
ulist->groups = gnext;
}

mx_log_info("group=%s(%d):%lu : Removing orphaned group.",
group->user_name,
group->user_uid,
group->group_id);

ulist->group_cnt--;
ulist->global_slots_running -= glist->global_slots_running;
ulist->global_threads_running -= glist->global_threads_running;
Expand All @@ -560,8 +555,6 @@ int server_remove_orphaned_groups(struct mxq_server *server)

server->user_cnt--;
mx_free_null(ulist);

mx_log_info("Removed orphaned user. %lu users left.", server->user_cnt);
}
return cnt;
}
Expand Down

0 comments on commit caa8dce

Please sign in to comment.