]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
removed superfluous check.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 29 Nov 2011 20:45:41 +0000 (21:45 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 29 Nov 2011 20:46:07 +0000 (21:46 +0100)
lib/gnutls_errors.h

index 9907c63a62dd04fef348773ba282772dffa8549b..94370ca6bd3e95c7580f449253272864705f357c 100644 (file)
@@ -58,7 +58,7 @@ _gnutls_audit_log (gnutls_session_t, const char *fmt, ...)
 void _gnutls_mpi_log (const char *prefix, bigint_t a);
 
 #ifdef C99_MACROS
-#define LEVEL(l, ...) do { if (unlikely(_gnutls_log_level >= l || _gnutls_log_level > 9)) \
+#define LEVEL(l, ...) do { if (unlikely(_gnutls_log_level >= l)) \
       _gnutls_log( l, __VA_ARGS__); } while(0)
 
 #define LEVEL_EQ(l, ...) do { if (unlikely(_gnutls_log_level == l || _gnutls_log_level > 9)) \