X-Git-Url: http://pilppa.org/gitweb/?p=libplp.git;a=blobdiff_plain;f=src%2FStoreDay.cc;h=5d71b37cb39ca9e0fc75a4f1d2b28c345f0bf067;hp=a29c6a092dce630cc8947ef017c1844ed268f450;hb=860d8c023b82eeca9833d4a3f534c6d11a9523f3;hpb=65f22bbea2531f7cd492d6108b8902f92b7750a8 diff --git a/src/StoreDay.cc b/src/StoreDay.cc index a29c6a0..5d71b37 100644 --- a/src/StoreDay.cc +++ b/src/StoreDay.cc @@ -83,7 +83,7 @@ void StoreDay::save(string device_id, /* needs to be casted to long unsigned int value is "unsigned int" in some toolchains and that would otherwise cause an warning/error */ - log_info("[%s] writing %lu data values to save.\n", device_id.c_str(), + log_info("[%s] saving %lu data values.\n", device_id.c_str(), (long unsigned int)data_list->size()); // TODO: add mutex to protect string_list while it's read and emptied for(iter = data_list->begin(); iter != data_list->end(); iter++) {