diff --git a/internal/namespaces/instance/v1/custom_server_create_builder.go b/internal/namespaces/instance/v1/custom_server_create_builder.go index 74c22a286..e697e6357 100644 --- a/internal/namespaces/instance/v1/custom_server_create_builder.go +++ b/internal/namespaces/instance/v1/custom_server_create_builder.go @@ -274,7 +274,7 @@ func (sb *ServerBuilder) ValidateVolumes() error { return err } } else { - logger.Warningf("skipping root volume validation") + logger.Warningf("skipping root volume validation\n") } // Validate total local volume sizes. @@ -283,7 +283,7 @@ func (sb *ServerBuilder) ValidateVolumes() error { return err } } else { - logger.Warningf("skip local volume size validation") + logger.Warningf("skip local volume size validation\n") } // Sanitize the volume map to respect API schemas