aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/parser.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/parser.go b/conf/parser.go
index 88802688..3f64677b 100644
--- a/conf/parser.go
+++ b/conf/parser.go
@@ -23,7 +23,7 @@ type ParseError struct {
}
func (e *ParseError) Error() string {
- return fmt.Sprintf("%s: ā€˜%sā€™", e.why, e.offender)
+ return fmt.Sprintf("%s: %q", e.why, e.offender)
}
func parseIPCidr(s string) (ipcidr *IPCidr, err error) {