Put lock logging behind DEBUG_LOCKCONTENTION preprocessor directive

This commit is contained in:
Jon Atack
2022-04-01 12:23:01 +02:00
parent 7ab9fc32d6
commit 39a34b6877
6 changed files with 18 additions and 6 deletions

View File

@@ -13,6 +13,7 @@
#include <crypto/siphash.h>
#include <hash.h>
#include <i2p.h>
#include <logging.h>
#include <net_permissions.h>
#include <netaddress.h>
#include <netbase.h>
@@ -32,6 +33,7 @@
#include <cstdint>
#include <deque>
#include <functional>
#include <list>
#include <map>
#include <memory>
#include <optional>