In get_log_level_string(), don't hide the LOG_LEVEL_REDIRECTS
authorFabian Keil <fk@fabiankeil.de>
Sun, 14 Jun 2009 15:59:56 +0000 (15:59 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sun, 14 Jun 2009 15:59:56 +0000 (15:59 +0000)
translation behind ifdef FEATURE_FAST_REDIRECTS. It's used for
redirect{} as well.

errlog.c

index a6b4774..1389fed 100644 (file)
--- a/errlog.c
+++ b/errlog.c
@@ -1,4 +1,4 @@
-const char errlog_rcs[] = "$Id: errlog.c,v 1.95 2009/05/28 17:07:42 fabiankeil Exp $";
+const char errlog_rcs[] = "$Id: errlog.c,v 1.96 2009/05/28 21:13:34 fabiankeil Exp $";
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/errlog.c,v $
@@ -574,11 +574,9 @@ static inline const char *get_log_level_string(int loglevel)
          log_level_string = "Force";
          break;
 #endif /* def FEATURE_FORCE_LOAD */
-#ifdef FEATURE_FAST_REDIRECTS
       case LOG_LEVEL_REDIRECTS:
          log_level_string = "Redirect";
          break;
-#endif /* def FEATURE_FAST_REDIRECTS */
       case LOG_LEVEL_DEANIMATE:
          log_level_string = "Gif-Deanimate";
          break;