changing start message

This commit is contained in:
Sinuhe Tellez 2019-03-09 21:59:49 -05:00
parent 84367114f7
commit 6deb5f2ac0
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ func main() {
func startValues() string {
var result string
result = fmt.Sprintf("dir2opds started to listen in: %s:%s", *host, *port)
result = fmt.Sprintf("listening in: %s:%s", *host, *port)
return result
}