Skip to content

Commit

Permalink
console messages formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
direvius committed Jan 19, 2016
1 parent 8fab6b6 commit 6ee6b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/expvar.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func init() {
activeUsers := evUsersStarted.Get() - evUsersFinished.Get()
activeRequests := requestsNew - responsesNew
log.Printf(
"[ENGINE] resp/s: %d req/s: %d users: %d (%d active)\n",
"[ENGINE] %d resp/s; %d req/s; %d users; %d active\n",
rps, reqps, activeUsers, activeRequests)

requests = requestsNew
Expand Down

0 comments on commit 6ee6b41

Please sign in to comment.