bump version to v0.16.1

This commit is contained in:
fatedier
2018-03-21 11:54:51 +08:00
parent 8af70c8822
commit 3166bdf3f0
3 changed files with 2 additions and 37 deletions

View File

@@ -788,7 +788,7 @@ func ParseRangeSection(name string, section ini.Section) (sections map[string]in
return
}
if len(localPorts) == 0 {
err = fmt.Errorf("Parse conf error: range section [%s] local_port and remote_port is necessary")
err = fmt.Errorf("Parse conf error: range section [%s] local_port and remote_port is necessary", name)
return
}