Remove an incorrect assertion. The value of debug may change if
authorFabian Keil <fk@fabiankeil.de>
Sun, 27 Apr 2008 16:50:46 +0000 (16:50 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sun, 27 Apr 2008 16:50:46 +0000 (16:50 +0000)
the configuration is reloaded in another thread. While we could
cache the initial value, the assertion doesn't seem worth it.

errlog.c

index 12f542e..370c6a4 100644 (file)
--- a/errlog.c
+++ b/errlog.c
@@ -1,4 +1,4 @@
-const char errlog_rcs[] = "$Id: errlog.c,v 1.66 2008/01/31 15:38:14 fabiankeil Exp $";
+const char errlog_rcs[] = "$Id: errlog.c,v 1.67 2008/03/27 18:27:23 fabiankeil Exp $";
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/errlog.c,v $
@@ -33,6 +33,9 @@ const char errlog_rcs[] = "$Id: errlog.c,v 1.66 2008/01/31 15:38:14 fabiankeil E
  *
  * Revisions   :
  *    $Log: errlog.c,v $
+ *    Revision 1.67  2008/03/27 18:27:23  fabiankeil
+ *    Remove kill-popups action.
+ *
  *    Revision 1.66  2008/01/31 15:38:14  fabiankeil
  *    - Make the logfp assertion more strict. As of 1.63, the "||" could
  *      have been an "&&", which means we can use two separate assertions
@@ -1163,7 +1166,6 @@ void log_error(int loglevel, const char *fmt, ...)
       loglevel = LOG_LEVEL_FATAL;
    }
 
-   assert(loglevel & debug);
 #ifndef _WIN32
    /*
     * On Windows this is acceptable in case