wip
authorŁukasz Stelmach <l.stelmach@samsung.com>
Tue, 25 Apr 2017 12:43:14 +0000 (14:43 +0200)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Tue, 25 Apr 2017 14:09:19 +0000 (16:09 +0200)
src/log.c

index fba373e4a8ecd65353cd7c46d17af878e63cd8d9..3b819a1b15e46bbacbcab65afc58fe895eb2df24 100644 (file)
--- a/src/log.c
+++ b/src/log.c
@@ -46,7 +46,7 @@ void log_set_max_level(int level) {
 }
 
 int log_parse_level_name(const char *name) {
-  int i;
+  size_t i;
   static const char *levels[] = {
     [LOG_EMERG] = "emerg",
     [LOG_ALERT] = "alert",