summaryrefslogtreecommitdiffstats
path: root/config/update_device.lua
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-10-27 01:59:54 +0000
committerTed Trask <ttrask01@yahoo.com>2013-10-27 01:59:54 +0000
commit89f1e294752c899ebdba06a6fbcfbcc390ecc807 (patch)
tree9fe02b61b8aef8d4d088762d1aae73179c5305fb /config/update_device.lua
parent148d568b3db38ada9cf0c5085d2c71584d588598 (diff)
downloadacf-provisioning-89f1e294752c899ebdba06a6fbcfbcc390ecc807.tar.bz2
acf-provisioning-89f1e294752c899ebdba06a6fbcfbcc390ecc807.tar.xz
Pass logevent function to scripts
Diffstat (limited to 'config/update_device.lua')
-rw-r--r--config/update_device.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/update_device.lua b/config/update_device.lua
index 7295062..302b3a7 100644
--- a/config/update_device.lua
+++ b/config/update_device.lua
@@ -1,7 +1,7 @@
-- This is the script run after editing a device - the label, classes
local functions, device, olddevice, params, oldparams = ...
---APP.logevent("got to update_device script")
+--functions.logevent("got to update_device script")
-- We'll handle the changing of the device by handling the resulting changing of the params
local env = {}