Skip to content

Commit 266eb08

Browse files
Debug level error.
1 parent 1445cb9 commit 266eb08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pCloudCC/lib/pclsync/plibs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
}
5252

5353
#ifndef DEBUG_LEVEL
54-
#define DEBUG_LEVEL D_NOTICE
54+
#define DEBUG_LEVEL D_ERROR
5555
#endif
5656

5757
#define IS_DEBUG (DEBUG_LEVEL>=D_WARNING)

pCloudCC/lib/poverlay_linux/debug.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020

2121
#ifndef DEBUG_LEVEL
22-
#define DEBUG_LEVEL D_NOTICE
22+
#define DEBUG_LEVEL D_ERROR
2323
#endif
2424

2525
#define DEBUG_FILE "/tmp/overlay_client.log"

0 commit comments

Comments
 (0)