X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=server.c;h=e0d50f4f8689e1de283ef80f8341504bcf386d33;hp=6370cefd086d8351f91e25c411142ba8fea4f65a;hb=4fb6bf35f5dd6bfcafc0b90e83d4d9084da38365;hpb=ba83a291cd486e8ab53ac64d81b17d8f5705d715 diff --git a/server.c b/server.c index 6370cefd..e0d50f4f 100644 --- a/server.c +++ b/server.c @@ -583,9 +583,6 @@ static void server_init(int argc, char **argv, struct server_command_task *sct) init_ipc_or_die(); /* init mmd struct, mmd and log mutex */ daemon_set_start_time(); daemon_set_hooks(pre_log_hook, post_log_hook); - PARA_NOTICE_LOG("initializing audio format handlers\n"); - afh_init(); - /* * Although afs uses its own signal handling we must ignore SIGUSR1 * _before_ the afs child process gets born by init_afs() below. It's