Skip to content

Commit 1fbd2d4

Browse files
update log line
1 parent f166950 commit 1fbd2d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/pkg/agent/application/coordinator/coordinator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1379,7 +1379,7 @@ func (c *Coordinator) checkAndLogUpdate(lastComponentModel []component.Component
13791379
},
13801380
}
13811381

1382-
c.logger.Infow("state update", "changes", logStruct)
1382+
c.logger.Infow("component model updated", "changes", logStruct)
13831383
}
13841384

13851385
// Filter any inputs and outputs in the generated component model

0 commit comments

Comments
 (0)