From 443220eac858ae2f6f99fe06716e3dcf5542b792 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Volkan=20=C5=9Eahin?= Date: Tue, 23 Aug 2016 16:44:39 +0300 Subject: [PATCH] minor log fixing --- opt/ahenk/base/execution/ExecutionManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opt/ahenk/base/execution/ExecutionManager.py b/opt/ahenk/base/execution/ExecutionManager.py index 093492a..a34f4a2 100644 --- a/opt/ahenk/base/execution/ExecutionManager.py +++ b/opt/ahenk/base/execution/ExecutionManager.py @@ -64,7 +64,7 @@ class ExecutionManager(object): self.db_service.update('contract', self.db_service.get_cols('contract'), [agreement_content, title, json_data['timestamp']]) except Exception as e: - self.logger.error( + self.logger.warning( '[ExecutionManager] A problem occurred while updating agreement. Error Message : {}'.format(str(e))) def install_plugin(self, arg):