Merge pull request #4951

b21a60ef mlocker: set default log category (moneromooo-monero)
pull/200/head
Riccardo Spagni 5 years ago
commit e723eb960d
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

@ -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