aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO2
-rw-r--r--src/main.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index 7039e03c..1cdff6f1 100644
--- a/TODO
+++ b/TODO
@@ -11,7 +11,7 @@
and peak's to compute the the scale for files missing
replaygain tags (make this a config file option)
-*) Optimize read() on cleints
+*) Optimize read() on clients
*) Add libshout && vorbis encoding support
diff --git a/src/main.c b/src/main.c
index 858d718f..00f63072 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));
}