Update config string

master
Bel LaPointe 2018-10-09 17:42:04 -06:00
parent 13e747d846
commit d30b2633aa
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ func New() *Config {
}
func (c *Config) String() string {
return fmt.Sprintf("Port:%q", c.Port)
return fmt.Sprintf("Port:%q, DBPath:%q", c.Port, c.DBPath)
}
func add(key string, value string, lookups map[string]*string) {