Fix log_* formats which expect size_t but receive uint32_t.

This commit is contained in:
Iestyn Pryce
2017-05-19 22:31:56 +01:00
parent 87a76bf967
commit ecd07b18c1
8 changed files with 17 additions and 16 deletions

View File

@@ -3,6 +3,7 @@
#include <stdio.h>
#include <errno.h>
#include <inttypes.h>
#include <string.h>
#define LOG_LEVEL_DEBUG 10