Adjustment.
authorAndrea Zagli <azagli@libero.it>
Mon, 5 Jul 2010 15:25:02 +0000 (17:25 +0200)
committerAndrea Zagli <azagli@libero.it>
Mon, 5 Jul 2010 15:25:02 +0000 (17:25 +0200)
src/autoz.c

index 9af01f1fe22df3e486e2ff57006093ae4dd814ea..725981d5e8fb234b441b7a3b156cc7c62b39cc2d 100644 (file)
@@ -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;
                }