diff options
Diffstat (limited to 'protoReformat.go')
| -rw-r--r-- | protoReformat.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protoReformat.go b/protoReformat.go index 77cc723..188bf66 100644 --- a/protoReformat.go +++ b/protoReformat.go @@ -576,8 +576,8 @@ func (msg *FormatMsg) formatVarLine(line string, dbg string) string { } msg.Counter += 1 if int(msg.Counter) != newint { + log.Info("COUNTER WAS WRONG", newint, id, vartype, varname, msg.Header) // panic("you can't count") - log.Info("counter is wrong", newint, id, msg.Header) } id = fmt.Sprintf("%d", msg.Counter) } |
