increase log level of NVME cloudlog

old-commit-hash: 538df2596dd365382f5ecf41ffa17f31216cd02f
This commit is contained in:
Adeeb Shihadeh
2021-04-02 21:43:58 -07:00
parent c899df8ece
commit 893946ae0c

View File

@@ -199,7 +199,7 @@ def uploader_fn(exit_event):
raise Exception("uploader can't start without dongle id")
if TICI and not Path("/data/media").is_mount():
cloudlog.debug("NVME not mounted")
cloudlog.warning("NVME not mounted")
sm = messaging.SubMaster(['deviceState'])
uploader = Uploader(dongle_id, ROOT)