소스 검색

Fix fmt error

Thomas Frössman 9 년 전
부모
커밋
23275c7338
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      cidrreport.go

+ 1
- 1
cidrreport.go 파일 보기

@@ -172,7 +172,7 @@ loop:
172 172
 						Message: "Could not parse country code",
173 173
 						Path:    "cidrreport",
174 174
 						LineNum: n,
175
-						Line:    fmt.Sprintf("asn:%s desc:%s", asn, desc),
175
+						Line:    fmt.Sprintf("asn:%d desc:%s", asn, desc),
176 176
 					}
177 177
 
178 178
 				}