Skip to content

Commit c84e2eb

Browse files
authored
fix: typo in snmp version (#258)
1 parent 98b6600 commit c84e2eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/backend/snmpdiscovery/snmp_discovery.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ func (d *snmpDiscoveryBackend) Start(ctx context.Context, cancelFunc context.Can
266266
version, readinessErr = d.Version()
267267
if readinessErr == nil {
268268
d.logger.Info("snmp-discovery readiness ok, got version ",
269-
"network_discovery_version", version)
269+
"snmp_discovery_version", version)
270270
break
271271
}
272272
backoffDuration := time.Duration(backoff) * time.Second

0 commit comments

Comments
 (0)