X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=command.c;h=fcae6da58382bb82f301ac191396037c14bc8ae2;hp=89a6aeaf775c76d4448df964ba29317a42af97e5;hb=bd374f0948c77dd91287f73f7573bf59f3fb5666;hpb=7e9cc63d2f6539585d47221e75031ba8bc172dec diff --git a/command.c b/command.c index 89a6aeaf..fcae6da5 100644 --- a/command.c +++ b/command.c @@ -17,12 +17,12 @@ #include #include +#include "server.lsg.h" #include "para.h" #include "error.h" #include "crypt.h" #include "sideband.h" #include "command.h" -#include "server.cmdline.h" #include "string.h" #include "afh.h" #include "afs.h" @@ -402,7 +402,7 @@ static int com_si(struct command_context *cc, mmd->active_connections, mmd->num_commands, mmd->num_connects, - conf.loglevel_arg, + ENUM_STRING_VAL(LOGLEVEL), AUDIO_FORMAT_HANDLERS ); mutex_unlock(mmd_mutex);