View | Details | Raw Unified | Return to ticket 6603
Collapse All | Expand All

(-)a/src/common/assoc_mgr.c (-1 / +1 lines)
Lines 4209-4215 extern int assoc_mgr_update_users(slurmdb_update_object_t *update, bool locked) Link Here
4209
				break;
4209
				break;
4210
		}
4210
		}
4211
4211
4212
		//info("%d user %s", update->type, object->name);
4212
		info("slurmdbd: update type: %d user object type: %s", update->type, object->name);
4213
		switch(update->type) {
4213
		switch(update->type) {
4214
		case SLURMDB_MODIFY_USER:
4214
		case SLURMDB_MODIFY_USER:
4215
			if (!rec) {
4215
			if (!rec) {
(-)a/src/slurmctld/proc_req.c (-1 / +1 lines)
Lines 5958-5964 inline static void _slurm_rpc_accounting_update_msg(slurm_msg_t *msg) Link Here
5958
	DEF_TIMERS;
5958
	DEF_TIMERS;
5959
5959
5960
	START_TIMER;
5960
	START_TIMER;
5961
	debug2("Processing RPC: ACCOUNTING_UPDATE_MSG from uid=%d", uid);
5961
	info("Processing RPC: ACCOUNTING_UPDATE_MSG from uid=%d", uid);
5962
5962
5963
	if (!validate_super_user(uid)) {
5963
	if (!validate_super_user(uid)) {
5964
		error("Update Association request from non-super user uid=%d",
5964
		error("Update Association request from non-super user uid=%d",

Return to ticket 6603