projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa6fc82
)
populate_user_list(): clarify warning on unknown permission flags
author
Andre Noll
<maan@systemlinux.org>
Fri, 12 Jan 2007 14:18:30 +0000
(15:18 +0100)
committer
Andre Noll
<maan@systemlinux.org>
Fri, 12 Jan 2007 14:18:30 +0000
(15:18 +0100)
user_list.c
patch
|
blob
|
history
diff --git
a/user_list.c
b/user_list.c
index
75dca08
..
c3b10b1
100644
(file)
--- a/
user_list.c
+++ b/
user_list.c
@@
-79,7
+79,7
@@
static void populate_user_list(char *user_list_file)
else if (!strcmp(tmp[num], "DB_WRITE"))
u->perms |= DB_WRITE;
else /* unknown permission */
- PARA_WARNING_LOG("unknown permission: %s\n",
+ PARA_WARNING_LOG("
ignoring
unknown permission: %s\n",
tmp[num]);
}
para_list_add(&u->node, &user_list);