summaryrefslogtreecommitdiff
path: root/preload.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'preload.cpp')
-rw-r--r--preload.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/preload.cpp b/preload.cpp
index 83b282e..10e066e 100644
--- a/preload.cpp
+++ b/preload.cpp
@@ -111,6 +111,6 @@ namespace vdrlive {
}
i++;
}
- isyslog("LIVE: initial file cache has %d entries and needs %d bytes of data!", fc.count(), fc.weight());
+ isyslog("LIVE: initial file cache has %zu entries and needs %zu bytes of data!", fc.count(), fc.weight());
}
}