mlocker: set default log category

release-v0.5.0
moneromooo-monero 6 years ago committed by wowario
parent 0030100645
commit f875a0312e
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111

@ -40,6 +40,9 @@
#include <atomic>
#undef MONERO_DEFAULT_LOG_CATEGORY
#define MONERO_DEFAULT_LOG_CATEGORY "mlocker"
// did an mlock operation previously fail? we only
// want to log an error once and be done with it
static std::atomic<bool> previously_failed{ false };

Loading…
Cancel
Save