]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/util/logger.c
First working IPC reconnect
[netatalk.git] / libatalk / util / logger.c
index eb98f45b290d5817461b90498a399bfb5034bbf0..e13ada1750a8019900f9856ea6f8c902a7746768 100644 (file)
@@ -542,6 +542,7 @@ 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;