diff --git a/cmix/nodes/register.go b/cmix/nodes/register.go index 73a5ef9565edc26411f9cf336bd9408fa27575df..4e43272a591f064a3477d16baf2dbeddd5028776 100644 --- a/cmix/nodes/register.go +++ b/cmix/nodes/register.go @@ -95,7 +95,7 @@ func registerNodes(r *registrar, s session, stop *stoppable.Single, // Process the result if err != nil { - jww.ERROR.Printf("Failed to register nodes: %+v", err) + jww.ERROR.Printf("Failed to register nodes: %s", err.Error()) // If we have not reached the attempt limit for this gateway, // then send it back into the channel to retry if numAttempts < maxAttempts {