X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=src%2FStore.cc;h=a33465da51bd650d8b9d8b4801903729d90550c3;hb=3d2ca40bf3d475f7e2d7e67bd888bd33a94ca978;hp=288f7f2fec80c7e9507769aff2d463a93adf15f9;hpb=af26b84b20b6d9d0e0ce690e8011a037e87dc5c8;p=lib1wire.git diff --git a/src/Store.cc b/src/Store.cc index 288f7f2..a33465d 100644 --- a/src/Store.cc +++ b/src/Store.cc @@ -72,8 +72,5 @@ bool Store::load(string fname_param) { log_error("Could not open data file: %s\n", fname_param.c_str()); } } - 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()); - } return ret_val; }