diff options
author | Ted Trask <ttrask01@yahoo.com> | 2015-11-02 14:09:42 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2015-11-02 14:09:42 +0000 |
commit | 3d69b32a0b152ddbc90d272fb970a3e4781763b9 (patch) | |
tree | d6b7312b0c25b0b2f8925ca622486c29288c80a8 /unbound-controller.lua | |
parent | 16ae49688035474711f4cc32d890ff4000bdee73 (diff) | |
download | acf-unbound-3d69b32a0b152ddbc90d272fb970a3e4781763b9.tar.bz2 acf-unbound-3d69b32a0b152ddbc90d272fb970a3e4781763b9.tar.xz |
Modify logfile to get logging info from the config and use common view
Diffstat (limited to 'unbound-controller.lua')
-rw-r--r-- | unbound-controller.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unbound-controller.lua b/unbound-controller.lua index cca194e..46b38c9 100644 --- a/unbound-controller.lua +++ b/unbound-controller.lua @@ -15,7 +15,7 @@ function mymodule.expert(self) end function mymodule.logfile(self) - return self.model.get_logfile() + return self.model.get_logfile(self, self.clientdata) end return mymodule |