From e4878341b8e86e3f170b7880d1b7350efcdd7113 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 23 Sep 2015 13:01:08 +0000 Subject: Modify logfile to get logging info from the config and use common view --- clamav-controller.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clamav-controller.lua') diff --git a/clamav-controller.lua b/clamav-controller.lua index ee54309..3755999 100644 --- a/clamav-controller.lua +++ b/clamav-controller.lua @@ -23,7 +23,7 @@ function mymodule.expert(self) end function mymodule.logfile(self) - return self.model.getlogfile() + return self.model.get_logfile(self, self.clientdata) end return mymodule -- cgit v1.2.3