Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4e485599f9 | |||
| dd05b7d26b | |||
| d75b2dbc78 | |||
| 46ba96d6b4 | |||
| 11c5ce70a6 |
+1
-1
@@ -26,7 +26,7 @@ func (*Decoder) newErrInvalidToken(t *token) *lexer.Error {
|
||||
|
||||
// parserOnError is the callback for lexer errors
|
||||
func (*Decoder) parserOnError(pos lexer.Position, content string, err error) error {
|
||||
log.Printf("%s: %s %s: %q: %v", "ini", pos, "error:", content, err)
|
||||
log.Printf("%s: %s %s: %q: %v", "ini", pos, "error", content, err)
|
||||
|
||||
return newError(pos, content, "", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user