Skip to content

Commit f2313b8

Browse files
committed
Cluster: Shortened log message in node/bootstrap.go
Signed-off-by: Michael Mayer <[email protected]>
1 parent 3f16de1 commit f2313b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/service/cluster/node/bootstrap.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ func InitConfig(c *config.Config) error {
9494

9595
// Log cluster UUID.
9696
if uuid := c.ClusterUUID(); uuid != "" {
97-
log.Infof("config: using portal cluster UUID %s", clean.Log(uuid))
97+
log.Infof("config: portal cluster UUID %s", clean.Log(uuid))
9898
}
9999

100100
return nil

0 commit comments

Comments
 (0)