Skip to content

Commit 6a43b2f

Browse files
committed
SA9003: empty branch (staticcheck)
1 parent f6aa7c4 commit 6a43b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libvirt/domain.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ func setNetworkInterfaces(d *schema.ResourceData, domainDef *libvirtxml.Domain,
734734
},
735735
}
736736
} else {
737-
// no network has been specified: we are on our own
737+
log.Printf("[WARN] no network has been specified")
738738
}
739739

740740
if network.Name != "" {

0 commit comments

Comments
 (0)