Skip to content

Commit c95307e

Browse files
committed
test debug functions and settings
1 parent e60773c commit c95307e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
#include "sqlite3.h"
2222
#endif
2323

24-
#define CLOUDSYNC_DEBUG_FUNCTIONS 0
24+
#define CLOUDSYNC_DEBUG_FUNCTIONS 1
2525
#define CLOUDSYNC_DEBUG_DBFUNCTIONS 0
26-
#define CLOUDSYNC_DEBUG_SETTINGS 0
26+
#define CLOUDSYNC_DEBUG_SETTINGS 1
2727
#define CLOUDSYNC_DEBUG_SQL 0
2828
#define CLOUDSYNC_DEBUG_VTAB 0
2929
#define CLOUDSYNC_DEBUG_MEMORY 0

0 commit comments

Comments
 (0)