From 1b4137be32cf10d117cba7d6dbf0e7853cf1ec34 Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Thu, 11 Jun 2020 17:24:13 -0300 Subject: [PATCH] [fix][arch] log message --- bauh/gems/arch/controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bauh/gems/arch/controller.py b/bauh/gems/arch/controller.py index abb60073..b5576ff2 100644 --- a/bauh/gems/arch/controller.py +++ b/bauh/gems/arch/controller.py @@ -498,7 +498,7 @@ class ArchManager(SoftwareManager): def _wait_for_disk_cache(self): if self.disk_cache_updater and self.disk_cache_updater.is_alive(): - self.logger.info("Waiting for disk cache path be ready") + self.logger.info("Waiting for disk cache to be ready") self.disk_cache_updater.join() self.logger.info("Disk cache ready")