Skip to content

Commit

Permalink
Update instant_stats.go
Browse files Browse the repository at this point in the history
  • Loading branch information
xwjdsh authored Dec 4, 2017
1 parent 294ee09 commit fb33559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/instant_stats.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func InstantStats() {
// Stop container && update user status
err := ss.StopContainer(user.ServiceId)
if err != nil {
log.Println("Stop container(%s) error: %s\n", user.ServiceId, err.Error())
log.Printf("Stop container(%s) error: %s\n", user.ServiceId, err.Error())
} else {
log.Printf("STOP: user(%d-%s)-container(%s)\n", user.Id, user.Username, user.ServiceId[:12])
user.Status = 2
Expand Down

0 comments on commit fb33559

Please sign in to comment.