mirror of
https://github.com/AxioDL/jbus.git
synced 2025-06-17 12:03:40 +00:00
Disable logging macros
This commit is contained in:
parent
c34b81ad6c
commit
e65f42c843
@ -1,6 +1,6 @@
|
|||||||
#include "jbus/Endpoint.hpp"
|
#include "jbus/Endpoint.hpp"
|
||||||
|
|
||||||
#define LOG_TRANSFER 1
|
#define LOG_TRANSFER 0
|
||||||
|
|
||||||
namespace jbus
|
namespace jbus
|
||||||
{
|
{
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#include "jbus/Listener.hpp"
|
#include "jbus/Listener.hpp"
|
||||||
#include "jbus/Endpoint.hpp"
|
#include "jbus/Endpoint.hpp"
|
||||||
|
|
||||||
#define LOG_LISTENER 1
|
#define LOG_LISTENER 0
|
||||||
|
|
||||||
namespace jbus
|
namespace jbus
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user