Skip to content

Commit 6c76ab7

Browse files
authored
Merge pull request #36 from pillo79/pr-warning-fixes2
MsgPack: set default log level to WARN to avoid CI issues (2)
2 parents 745bf7a + 151f39b commit 6c76ab7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/error.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414

1515
#include <utility>
1616

17+
// MsgPack log level
18+
#define DEBUGLOG_DEFAULT_LOG_LEVEL_WARN
19+
1720
#include "MsgPack.h"
1821

1922
#define NO_ERR 0x00
@@ -43,4 +46,4 @@ struct RpcError {
4346
MSGPACK_DEFINE(code, traceback); // -> [code, traceback]
4447
};
4548

46-
#endif
49+
#endif

0 commit comments

Comments
 (0)