summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-10-30 02:59:55 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-10-30 02:59:55 +0000
commit10f21f5c7309f7ea105a2f20ae769c92de9eb325 (patch)
tree5afa9b237f2a4fbb8c1721c8f8e4576b95b04533
parentc123f7299f882e2e24c1fc8677bf7896145dddb0 (diff)
applications/luci-upnp: fix default value of log_output option (#333)
-rw-r--r--applications/luci-upnp/luasrc/model/cbi/upnp/upnp.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-upnp/luasrc/model/cbi/upnp/upnp.lua b/applications/luci-upnp/luasrc/model/cbi/upnp/upnp.lua
index c00d94377..de38afc71 100644
--- a/applications/luci-upnp/luasrc/model/cbi/upnp/upnp.lua
+++ b/applications/luci-upnp/luasrc/model/cbi/upnp/upnp.lua
@@ -47,9 +47,9 @@ s:taboption("general", Flag, "secure_mode", translate("Enable secure mode"),
translate("Allow adding forwards only to requesting ip addresses")).default = "1"
s:taboption("general", Flag, "log_output", translate("Enable additional logging"),
- translate("Puts extra debugging information into the system log")).default = "1"
+ translate("Puts extra debugging information into the system log"))
-s:taboption("general", Value, "download", translate("Downlink"),
+s:taboption("general", Value, "download", translate("Downlink"),
translate("Value in KByte/s, informational only")).rmempty = true
s:taboption("general", Value, "upload", translate("Uplink"),