X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=daemon.c;h=dd5420a6eab92de518e3af60ea49d094ae5db6bb;hb=3bc858ee0d9b929f4cbca61cf5ed8d3184d0cf78;hp=a4e2f3193730d456ce9908eb55888cdb759154e0;hpb=05a15e80c5dae4f94c417210549d07a94a0acc16;p=paraslash.git diff --git a/daemon.c b/daemon.c index a4e2f319..dd5420a6 100644 --- a/daemon.c +++ b/daemon.c @@ -58,9 +58,9 @@ static void daemon_set_default_log_colors(void) } /** - * Set the color for one loglevel. + * Set the color for log messages of the given severity level. * - * \param arg Must be of the form "ll:[fg [bg]] [attr]". + * \param arg Must be of the form "severity:[fg [bg]] [attr]". */ void daemon_set_log_color_or_die(const char *arg) {