From e3fdbdfff2fc5e4ca6bc42e71ba8265c0e5c3719 Mon Sep 17 00:00:00 2001 From: Mika Laitio Date: Sat, 14 Jul 2012 18:29:16 +0300 Subject: [PATCH] fix build warnings Signed-off-by: Mika Laitio --- src/W1Device.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/W1Device.cc b/src/W1Device.cc index eb94b24..576d216 100644 --- a/src/W1Device.cc +++ b/src/W1Device.cc @@ -155,7 +155,7 @@ void W1Device::save_and_clean_cache() { dec_precision = get_data_decimal_precision(); pthread_mutex_lock(&plock); - log_debug("memory cache size: %d\n", memory_cache.size()); + log_debug("memory cache size: %lu\n", memory_cache.size()); StoreDay::save(id, &memory_cache, dec_precision); while(memory_cache.empty() == false) { data = memory_cache.back(); -- 2.41.0