From 3a1e36f7f44687d1076d6c7566d2b57ed214b71f Mon Sep 17 00:00:00 2001 From: Prabhjot Singh Sethi Date: Fri, 2 May 2025 12:56:15 +0000 Subject: [PATCH] Add a log message in init routine for debug purpose Signed-off-by: Prabhjot Singh Sethi --- sync/owner.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sync/owner.go b/sync/owner.go index ecd22f6..1ddeab5 100644 --- a/sync/owner.go +++ b/sync/owner.go @@ -126,6 +126,8 @@ func (t *ownerTableType) allocateOwner(name string) error { return err } + log.Printf("Registered Self as %s, in owner-table", t.key.Name) + // start a go routine to keep updating the Last Seen time // periodically, ensuring that we keep the entry active and // not letting it age out