aqhome-cgi: decreased verbosity.

This commit is contained in:
Martin Preuss
2025-09-20 01:57:05 +02:00
parent 13ee628b8d
commit 162d6d9f4e

View File

@@ -586,10 +586,8 @@ void _readModRolesFromForm(GWEN_DB_NODE *dbPost,
const char *s;
GBAS(tbuf, roleName);
DBG_ERROR(NULL, "Looking for %s", GWEN_Buffer_GetStart(tbuf));
s=GWEN_DB_GetCharValue(dbPost, GWEN_Buffer_GetStart(tbuf), 0, NULL);
if (s && *s) {
DBG_ERROR(NULL, "Got %s (%d)[%d]", GWEN_Buffer_GetStart(tbuf), AQH_Role_GetId(role), nextRolePos);
if (nextRolePos<AQH_ModulePerms_GetRoleArrayArraySize())
AQH_ModulePerms_SetRoleArrayAt(modPerms, nextRolePos++, AQH_Role_GetId(role));
}