diff options
Diffstat (limited to 'preload.cpp')
-rw-r--r-- | preload.cpp | 2 |
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()); } } |