summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2016-12-19 10:39:22 -0800
committerSteve Manuel <nilslice@gmail.com>2016-12-19 10:39:22 -0800
commita51c5e9b64b379e32ef15226c4bb90337af288eb (patch)
tree1382b5be447e3f3936a7283abdd43816cd4884f6
parent4297b12599dba398d085cd6cc0963b6ec93e0411 (diff)
contin. debugging host port issue in config
-rw-r--r--cmd/ponzu/main.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/ponzu/main.go b/cmd/ponzu/main.go
index b77b7c9..c03a4df 100644
--- a/cmd/ponzu/main.go
+++ b/cmd/ponzu/main.go
@@ -302,6 +302,9 @@ func main() {
log.Fatalln("System failed to save config. Please try to run again.")
}
+ cfg, _ := db.ConfigAll()
+ fmt.Println(string(cfg))
+
log.Fatalln(http.ListenAndServe(fmt.Sprintf(":%d", port), nil))
case "":