serialization: set default log category

This commit is contained in:
moneromooo-monero 2019-04-21 09:22:43 +00:00
parent 475481949a
commit 7a9316ebef
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
3 changed files with 7 additions and 1 deletions

View file

@ -32,6 +32,9 @@
#include "enableable.h"
#include "keyvalue_serialization_overloads.h"
#undef MONERO_DEFAULT_LOG_CATEGORY
#define MONERO_DEFAULT_LOG_CATEGORY "serialization"
namespace epee
{
/************************************************************************/