Skip to content

Commit 5c5029b

Browse files
committed
some change
1 parent 78549ed commit 5c5029b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/pillar/cmd/domainmgr/domainmgr.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2389,7 +2389,7 @@ func handleModify(ctx *domainContext, key string,
23892389
changed := false
23902390
// if a VM has an error status, it should be restarted in the maybeRetryBoot function, not here
23912391
if config.Activate && !status.Activated && status.State != types.BROKEN && !status.HasError() {
2392-
log.Functionf("handleModify(%v) activating for %s",
2392+
log.Functionf("handleModify(%v) Activating for %s",
23932393
config.UUIDandVersion, config.DisplayName)
23942394

23952395
if status.DomainName != config.GetTaskName() {

0 commit comments

Comments
 (0)