Skip to content

Commit

Permalink
unifies log message
Browse files Browse the repository at this point in the history
  • Loading branch information
BugRoger committed Nov 27, 2017
1 parent f4c7ac5 commit 4322d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/launch/logging.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func (npm *LoggingPoolManager) GetStatus() (status *PoolStatus, err error) {
func (npm *LoggingPoolManager) SetStatus(status *PoolStatus) (err error) {
defer func(begin time.Time) {
npm.Logger.Log(
"msg", "wrote node pool status",
"msg", "wrote status",
"running", status.Running,
"starting", status.Starting,
"stopping", status.Stopping,
Expand Down

0 comments on commit 4322d82

Please sign in to comment.