]> pilppa.org Git - lib1wire.git/blobdiff - src/Store.cc
Optimization for year and monthly data calculation.
[lib1wire.git] / src / Store.cc
index 288f7f2fec80c7e9507769aff2d463a93adf15f9..ff85260e9f8ef1d70f41abb8625998b013daa60d 100644 (file)
@@ -73,7 +73,7 @@ bool Store::load(string fname_param) {
                }
        }
        else {
-               log_warning("Could not open data file, file does not exist or user does not have read access for it: %s\n", fname_param.c_str());
+               log_error("Could not find file: %s\n", fname_param.c_str());
        }
        return ret_val;
 }