Skip to content

Commit

Permalink
add missed status
Browse files Browse the repository at this point in the history
  • Loading branch information
mkabilov committed Aug 30, 2017
1 parent c81e2b2 commit 0a055de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cluster/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func (c *Cluster) setStatus(status spec.PostgresStatus) {
}

if err != nil {
c.logger.Warningf("could not set %q status for the cluster: %v", err)
c.logger.Warningf("could not set %q status for the cluster: %v", status, err)
}
}

Expand Down

0 comments on commit 0a055de

Please sign in to comment.