Skip to content

Commit fbf5554

Browse files
committed
fixup: polish comment
Signed-off-by: Dr. Jan-Philip Gehrcke <[email protected]>
1 parent 3414356 commit fbf5554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/compute-domain-daemon/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ func IMEXDaemonUpdateLoopWithDNSNames(ctx context.Context, controller *Controlle
340340
if updated && !fresh {
341341
// Actively ask the IMEX daemon to re-read its config and to
342342
// re-connect to its peers (involving DNS name re-resolution).
343-
klog.Infof("updated DNS names, old process: send SIGUSR1")
343+
klog.Infof("updated DNS/IP mapping, old process: send SIGUSR1")
344344
if err := processManager.Signal(syscall.SIGUSR1); err != nil {
345345
// Only log (ignore this error for now: if the process went
346346
// away unexpectedly, the process manager will handle that.

0 commit comments

Comments
 (0)