From ce3d1cef4e177dcf4aaa7503a373e4f0d4c82296 Mon Sep 17 00:00:00 2001 From: groot Date: Fri, 31 Oct 2025 10:42:48 +0000 Subject: [PATCH] main.go aktualisiert --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 376eacb..7e49ac4 100644 --- a/main.go +++ b/main.go @@ -301,6 +301,7 @@ func register(w http.ResponseWriter, r *http.Request) { saveDuidList() // 👈 direkt nach Update persistieren log.Printf("client registriert/aktualisiert: %s → DUIDs=%v IAIDs=%v", p.Hostname, p.DUIDs, p.IAIDs) + log.Println(p) w.WriteHeader(http.StatusNoContent) }