whoops commited before saving

This commit is contained in:
Roland Shoemaker 2015-04-12 01:43:46 -07:00
parent 274e7efd3c
commit 83fe136baf
1 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ func startMonitor(rpcCh *amqp.Channel, logger *blog.AuditLogger) {
// Run forever. // Run forever.
for d := range deliveries { for d := range deliveries {
// If d is a call add to deliveryTimings and increment Boulder.RpcOpenCalls, if it is a // If d is a call add to deliveryTimings and increment Boulder.RpcOpenCalls, if it is a
// response then get time.Since call from deliveryTiming, send timing metric, and // response then get time.Since original call from deliveryTiming, send timing metric, and
// decrement Boulder.RpcOpenCalls // decrement Boulder.RpcOpenCalls
go func() { go func() {
if d.ReplyTo != "" { if d.ReplyTo != "" {