X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=audiod.c;h=395a14d3c582e63480b677840dca6aafb5b5f111;hb=01dfe58862bc84934fcd88d3110670be1dcee4fa;hp=0479e1e132c6b6e8d9fceb110f97bd98ed6d8381;hpb=702d72b58b6378c4cdb37cbb709fd1d351571123;p=paraslash.git diff --git a/audiod.c b/audiod.c index 0479e1e1..395a14d3 100644 --- a/audiod.c +++ b/audiod.c @@ -1203,9 +1203,12 @@ int main(int argc, char *argv[]) drop_privileges_or_die(conf.user_arg, conf.group_arg); parse_config_or_die(); init_colors_or_die(); + init_random_seed_or_die(); daemon_set_flag(DF_LOG_TIME); daemon_set_flag(DF_LOG_HOSTNAME); daemon_set_flag(DF_LOG_LL); + if (conf.log_timing_given) + daemon_set_flag(DF_LOG_TIMING); if (conf.logfile_given) { daemon_set_logfile(conf.logfile_arg); daemon_open_log_or_die();