From ae4c410c00c352579d46cdaca024d0d0572b8eb4 Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Mon, 5 Jul 2010 17:25:02 +0200 Subject: [PATCH] Adjustment. --- src/autoz.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/autoz.c b/src/autoz.c index 9af01f1..725981d 100644 --- a/src/autoz.c +++ b/src/autoz.c @@ -342,6 +342,7 @@ autoz_deny (Autoz *autoz, AutozIRole *irole, AutozIResource *iresource) role = g_hash_table_lookup (priv->roles, autoz_irole_get_role_id (irole)); if (role == NULL) { + g_warning ("Role «%s» not found.", autoz_irole_get_role_id (irole)); return; } -- 2.49.0