summaryrefslogtreecommitdiff
path: root/system/db/config.go
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2016-12-19 10:41:59 -0800
committerSteve Manuel <nilslice@gmail.com>2016-12-19 10:41:59 -0800
commite38ff9c98e72be19262f07e4377f8ae48dbdd340 (patch)
tree31c6221cb5d382e0f13026606715a6143ad21435 /system/db/config.go
parenta51c5e9b64b379e32ef15226c4bb90337af288eb (diff)
contin. debugging host port issue in config
Diffstat (limited to 'system/db/config.go')
-rw-r--r--system/db/config.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/system/db/config.go b/system/db/config.go
index 6e86f3d..f230947 100644
--- a/system/db/config.go
+++ b/system/db/config.go
@@ -135,6 +135,8 @@ func PutConfig(key string, value interface{}) error {
return err
}
+ fmt.Println("decoded map:", kv)
+
data := make(url.Values)
for k, v := range kv {
switch v.(type) {