mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-22 09:42:15 +03:00
minor log fixing
This commit is contained in:
parent
8cad12195a
commit
443220eac8
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ class ExecutionManager(object):
|
||||||
self.db_service.update('contract', self.db_service.get_cols('contract'),
|
self.db_service.update('contract', self.db_service.get_cols('contract'),
|
||||||
[agreement_content, title, json_data['timestamp']])
|
[agreement_content, title, json_data['timestamp']])
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.logger.error(
|
self.logger.warning(
|
||||||
'[ExecutionManager] A problem occurred while updating agreement. Error Message : {}'.format(str(e)))
|
'[ExecutionManager] A problem occurred while updating agreement. Error Message : {}'.format(str(e)))
|
||||||
|
|
||||||
def install_plugin(self, arg):
|
def install_plugin(self, arg):
|
||||||
|
|
Loading…
Reference in a new issue