X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=daemon.c;h=dd5420a6eab92de518e3af60ea49d094ae5db6bb;hb=2bad70d84e763b4d866d7b97dbc1cdc8e030bd45;hp=a4e2f3193730d456ce9908eb55888cdb759154e0;hpb=d5e27e2a346da2f18188d317926a60687d082732;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) {