projects
/
zakautho
/
libzakautho
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
073d21d
)
Adjustment.
author
Andrea Zagli
<azagli@libero.it>
Mon, 5 Jul 2010 15:25:02 +0000
(17:25 +0200)
committer
Andrea Zagli
<azagli@libero.it>
Mon, 5 Jul 2010 15:25:02 +0000
(17:25 +0200)
src/autoz.c
patch
|
blob
|
history
diff --git
a/src/autoz.c
b/src/autoz.c
index 9af01f1fe22df3e486e2ff57006093ae4dd814ea..725981d5e8fb234b441b7a3b156cc7c62b39cc2d 100644
(file)
--- 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;
}