From: Andrea Zagli Date: Mon, 5 Jul 2010 15:25:02 +0000 (+0200) Subject: Adjustment. X-Git-Tag: 0.0.1~6 X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=ae4c410c00c352579d46cdaca024d0d0572b8eb4;p=zakautho%2Flibzakautho Adjustment. --- 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; }