Skip to content

Commit 4322d82

Browse files
committed
unifies log message
1 parent f4c7ac5 commit 4322d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controller/launch/logging.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func (npm *LoggingPoolManager) GetStatus() (status *PoolStatus, err error) {
3030
func (npm *LoggingPoolManager) SetStatus(status *PoolStatus) (err error) {
3131
defer func(begin time.Time) {
3232
npm.Logger.Log(
33-
"msg", "wrote node pool status",
33+
"msg", "wrote status",
3434
"running", status.Running,
3535
"starting", status.Starting,
3636
"stopping", status.Stopping,

0 commit comments

Comments
 (0)