Skip to content

Commit e8602f2

Browse files
committed
improve the logging format
1 parent b7fb82f commit e8602f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/kubeadm/app/discovery/token/token.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ func getClusterInfo(client clientset.Interface, cfg *kubeadmapi.Discovery, inter
228228
}
229229

230230
klog.V(1).Infof("[discovery] Waiting for the cluster-info ConfigMap to receive a JWS signature"+
231-
"for token ID %q", token.ID)
231+
" for token ID %q", token.ID)
232232

233233
cm, err = client.CoreV1().ConfigMaps(metav1.NamespacePublic).
234234
Get(context.Background(), bootstrapapi.ConfigMapClusterInfo, metav1.GetOptions{})

0 commit comments

Comments
 (0)