Skip to content

Commit 954bd3a

Browse files
committed
debugging tryParseInt()
1 parent c337c5e commit 954bd3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internals/proxy/proxy.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ func tryParseInt(str string) (int, bool) {
3434
}
3535

3636
if isInt && err == nil {
37+
log.Debug("Parsed Int from ", str)
38+
3739
intValue, err := strconv.Atoi(str)
3840

3941
if err == nil {

0 commit comments

Comments
 (0)