From 1e3377c048fa09b4fb4c83a70396744bc91eebc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Volkan=20=C5=9Eahin?= Date: Tue, 21 Jun 2016 15:30:01 +0300 Subject: [PATCH] minor bug fixing --- debian/control | 2 +- opt/ahenk/ahenkd.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 91e8ecf..e17dd32 100644 --- a/debian/control +++ b/debian/control @@ -8,5 +8,5 @@ Homepage: http://www.liderahenk.org.tr Package: ahenk Architecture: any -Depends:python3 (>= 3), cython, libidn11, libidn11-dev, python3-dev, python3-pip, libffi-dev, libssl-dev, python3-paramiko, python3-cpuinfo, python3-psutil (>= 4), libpam-script, python-sleekxmpp +Depends:python3 (>= 3), cython, libidn11, libidn11-dev, python3-dev, python3-pip, libffi-dev, libssl-dev, python3-paramiko, python3-cpuinfo, python3-psutil (>= 4), libpam-script, python3-sleekxmpp Description: Lider Ahenk is an open source project which provides solutions to manage, monitor and audit unlimited number of different systems and users on a network. diff --git a/opt/ahenk/ahenkd.py b/opt/ahenk/ahenkd.py index 41767a8..a903c5c 100755 --- a/opt/ahenk/ahenkd.py +++ b/opt/ahenk/ahenkd.py @@ -232,7 +232,6 @@ class AhenkDeamon(BaseDaemon): self.logger.debug('[AhenkDeamon] Signal handled') self.logger.debug('[AhenkDeamon] Signal is :{}'.format(str(json_data['event']))) - print('event:{}'.format(str(json_data['event']))) if 'login' == str(json_data['event']): self.logger.info('[AhenkDeamon] login event is handled for user: {}'.format(json_data['username']))