diff options
Diffstat (limited to 'mpm')
-rw-r--r-- | mpm/python/usrp_mpm/sys_utils/mount.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpm/python/usrp_mpm/sys_utils/mount.py b/mpm/python/usrp_mpm/sys_utils/mount.py index 2e32fa014..3212a37cb 100644 --- a/mpm/python/usrp_mpm/sys_utils/mount.py +++ b/mpm/python/usrp_mpm/sys_utils/mount.py @@ -68,7 +68,7 @@ class Mount(): Mounts the mount point """ if self.ismounted(): - self.log.warning("{} was already mounted".format(self.mountpoint)) + self.log.debug("{} was already mounted".format(self.mountpoint)) return True self.prepare_mountpoint() self.log.debug("Mounting {}".format(self.mountpoint)) |