]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/numeric.c
Make the debug loglevel always available
[ngircd-alex.git] / src / ngircd / numeric.c
index 8edb76e2169150951fbcdf9cb5611102b346d16f..997410683cc9e97a918b0e244c03a129b99c0906 100644 (file)
@@ -217,10 +217,8 @@ Send_CHANINFO(CLIENT * Client, CHANNEL * Chan)
        char *modes, *topic, *key;
        bool has_k, has_l;
 
-#ifdef DEBUG
        Log(LOG_DEBUG, "Sending CHANINFO commands for \"%s\" ...",
            Channel_Name(Chan));
-#endif
 
        modes = Channel_Modes(Chan);
        topic = Channel_Topic(Chan);