summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/utils/probe.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils/probe.py b/src/utils/probe.py
index b2ed5de..6919821 100644
--- a/src/utils/probe.py
+++ b/src/utils/probe.py
@@ -142,7 +142,6 @@ def get_cache_dev_path():
proc_blkid = subprocess.run(['blkid', '-L', 'CACHE'],
stdout=subprocess.PIPE)
if proc_blkid.returncode != 0:
- logging.error('Cannot find device path to cache')
return ''
return proc_blkid.stdout.decode().strip()