From 04146df36bb44660b8c2faaaac3e9aff2546363a Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Thu, 4 Apr 2019 17:46:48 +0200 Subject: [PATCH] [partition] Reduce logging for mounted partitions - The other log entries say when something is possible, not when something is **not** possible. --- src/modules/partition/gui/ChoicePage.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/partition/gui/ChoicePage.cpp b/src/modules/partition/gui/ChoicePage.cpp index 504fbcd81..10f73964f 100644 --- a/src/modules/partition/gui/ChoicePage.cpp +++ b/src/modules/partition/gui/ChoicePage.cpp @@ -1248,7 +1248,6 @@ ChoicePage::setupActions() } if ( (*it)->isMounted() ) { - cDebug() << Logger::SubEntry() << "contains mounted (un-eraseable)" << it; atLeastOneIsMounted = true; } }