mirror of https://github.com/AxioDL/jbus.git
Disable logging macros
This commit is contained in:
parent
c34b81ad6c
commit
e65f42c843
|
@ -1,6 +1,6 @@
|
|||
#include "jbus/Endpoint.hpp"
|
||||
|
||||
#define LOG_TRANSFER 1
|
||||
#define LOG_TRANSFER 0
|
||||
|
||||
namespace jbus
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#include "jbus/Listener.hpp"
|
||||
#include "jbus/Endpoint.hpp"
|
||||
|
||||
#define LOG_LISTENER 1
|
||||
#define LOG_LISTENER 0
|
||||
|
||||
namespace jbus
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue