mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-06 04:48:40 +00:00
changing log message to debug
This commit is contained in:
parent
6aa38f071f
commit
603206f2cb
@ -340,7 +340,7 @@ func syncApiStatus(ctx context.Context, cancel context.CancelFunc, tappingOption
|
|||||||
default:
|
default:
|
||||||
err = controlSocket.SendNewTappedPodsListMessage(currentlyTappedPods)
|
err = controlSocket.SendNewTappedPodsListMessage(currentlyTappedPods)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
fmt.Printf("error Sending message via control socket %v, error: %s\n", controlSocketStr, err)
|
rlog.Debugf("error Sending message via control socket %v, error: %s\n", controlSocketStr, err)
|
||||||
}
|
}
|
||||||
time.Sleep(10 * time.Second)
|
time.Sleep(10 * time.Second)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user