Skip to content

Commit d8ab13f

Browse files
committed
version
1 parent c4a90d3 commit d8ab13f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/wkldiplmapping/cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ func wkldToIPLMapping(input input) {
180180
}
181181
check, err := ipCheck(netInt.Address, ipList)
182182
if err != nil {
183-
utils.LogError(err.Error())
183+
utils.LogErrorf("invalid ip - hostname: %s - href: %s", wkld.Hostname, wkld.Href)
184184
}
185185
if check {
186186
matchedIPLists[ipList.Name] = true

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.0.16
1+
12.0.17

0 commit comments

Comments
 (0)