]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- remove redundant log messages
authorOndrej Kozina <okozina@redhat.com>
Fri, 30 Aug 2013 09:00:33 +0000 (11:00 +0200)
committerOndrej Kozina <okozina@redhat.com>
Fri, 30 Aug 2013 09:00:33 +0000 (11:00 +0200)
snapper/Lvm.cc

index 7ba15f37242b160d618f56fb54c252a128000687..ca49fcc88449daed7840425963e2a0910ee5622e 100644 (file)
@@ -313,7 +313,6 @@ namespace snapper
        }
        catch(const LvmCacheException& e)
        {
-           y2err("Lvm cache failure");
            y2deb(cache);
            return false;
        }
@@ -340,7 +339,6 @@ namespace snapper
            }
            catch(const LvmCacheException& e)
            {
-               y2err("Couldn't activate snapshot " << vg_name << "/" << lv_name);
                y2deb(cache);
                throw LvmActivationException();
            }
@@ -368,7 +366,6 @@ namespace snapper
            }
            catch(const LvmCacheException& e)
            {
-               y2war("lvm cache failure");
                y2deb(cache);
                throw LvmDeactivatationException();
            }