Skip to content

Commit 12c739b

Browse files
committed
fix lint issues
Signed-off-by: Markus Blaschke <[email protected]>
1 parent 762135d commit 12c739b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

portscanner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ func (c *Portscanner) scanIp(ipAddress string, portscanTimeout time.Duration) (r
196196
openedPorts := ps.GetOpenedPort(portrange.FirstPort, portrange.LastPort)
197197

198198
for _, port := range openedPorts {
199-
contextLogger.WithField("port", port).Debugf("detected open port %v", ipAddress, port)
199+
contextLogger.WithField("port", port).Debugf("detected open port %v", port)
200200
result = append(
201201
result,
202202
PortscannerResult{

0 commit comments

Comments
 (0)