]> arthur.barton.de Git - netatalk.git/commitdiff
Remove forgotten logger flooding check bypass
authorFrank Lahm <franklahm@googlemail.com>
Tue, 26 Jul 2011 07:46:42 +0000 (09:46 +0200)
committerFrank Lahm <franklahm@googlemail.com>
Tue, 26 Jul 2011 07:46:42 +0000 (09:46 +0200)
libatalk/util/logger.c

index e13ada1750a8019900f9856ea6f8c902a7746768..eb98f45b290d5817461b90498a399bfb5034bbf0 100644 (file)
@@ -542,7 +542,6 @@ void make_log_entry(enum loglevels loglevel, enum logtypes logtype,
     if (type_configs[logtype].level >= log_debug)
         goto log; /* bypass flooding checks */
 
-    goto log;
     /* Prevent flooding: hash the message and check if we got the same one recently */
     int hash = hash_message(temp_buffer) + log_src_linenumber;