]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - command.c
mixer: Implement non-linear time scale for fading.
[paraslash.git] / command.c
index 89a6aeaf775c76d4448df964ba29317a42af97e5..fcae6da58382bb82f301ac191396037c14bc8ae2 100644 (file)
--- a/command.c
+++ b/command.c
 #include <netdb.h>
 #include <lopsub.h>
 
+#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);