commit:     f08bb56fb240da5860418b47b726a2954587a85a
Author:     Michael Everitt <michael <AT> 2e0cer <DOT> net>
AuthorDate: Mon Oct 14 20:14:18 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Oct 14 20:14:50 2019 +0000
URL:        https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=f08bb56f

Demote warning about missing/failed unmounts to 'notice'

Signed-off-by: Michael Everitt <michael <AT> 2e0cer.net>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 catalyst/base/stagebase.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
index 3c274587..c68c278d 100644
--- a/catalyst/base/stagebase.py
+++ b/catalyst/base/stagebase.py
@@ -1001,11 +1001,11 @@ class StageBase(TargetBase, ClearBase, GenBase):
                for x in myrevmounts:
                        target = normpath(mypath + self.target_mounts[x])
                        if not os.path.exists(target):
-                               log.warning('%s does not exist. Skipping', 
target)
+                               log.notice('%s does not exist. Skipping', 
target)
                                continue
 
                        if not ismount(target):
-                               log.warning('%s is not a mount point. 
Skipping', target)
+                               log.notice('%s is not a mount point. Skipping', 
target)
                                continue
 
                        try:

Reply via email to