aboutsummaryrefslogtreecommitdiffstats
path: root/CommonLibs/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'CommonLibs/debug.h')
-rw-r--r--CommonLibs/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/CommonLibs/debug.h b/CommonLibs/debug.h
index 9f118b5..8d70155 100644
--- a/CommonLibs/debug.h
+++ b/CommonLibs/debug.h
@@ -25,5 +25,5 @@ pid_t my_gettid(void);
} while(0)
#define CLOGCHAN(chan, category, level, fmt, args...) do { \
- LOGP(category, level, "[tid=%ld][chan=%lu] " fmt, (long int) my_gettid(), chan, ##args); \
+ LOGP(category, level, "[tid=%ld][chan=%zu] " fmt, (long int) my_gettid(), chan, ##args); \
} while(0)