aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-08-17 19:53:35 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-08-17 19:53:35 +0000
commit2afc2f8c0ddb16a986fd2910323c30a3a2cba360 (patch)
tree2bf10cbf83f12270e5fc552089603452ab98302a /src/main.c
parentd344e8b4ed112cd60a2d92798454c50c2c1287be (diff)
downloadmpd-2afc2f8c0ddb16a986fd2910323c30a3a2cba360.tar.gz
mpd-2afc2f8c0ddb16a986fd2910323c30a3a2cba360.tar.xz
mpd-2afc2f8c0ddb16a986fd2910323c30a3a2cba360.zip
fix typo in todo, thanx gnarf!
git-svn-id: https://svn.musicpd.org/mpd/trunk@2038 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 858d718f5..00f630722 100644
--- a/src/main.c
+++ b/src/main.c
@@ -251,7 +251,7 @@ void changeToUser(Options * options) {
* (must be done before we change our uid)
*/
if (initgroups(options->usr, gid) == -1) {
- ERROR("cannot init suplementary groups "
+ WARNING("cannot init suplementary groups "
"of user %s: %s\n", options->usr,
strerror(errno));
}