Skip to content

Commit

Permalink
Fixed typo in debug message (#97)
Browse files Browse the repository at this point in the history
caclulate -> calculate
  • Loading branch information
jkohen authored Mar 4, 2019
1 parent 51626ba commit 79587ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stackdriver/queue_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ func (t *QueueManager) calculateDesiredShards() {
desiredShards *= 1 + (1-(sizeRate/offsetRate))*1.5
}

level.Debug(t.logger).Log("msg", "QueueManager.caclulateDesiredShards", "samplesIn", samplesIn,
level.Debug(t.logger).Log("msg", "QueueManager.calculateDesiredShards", "samplesIn", samplesIn,
"samplesOut", samplesOut, "samplesOutDuration", samplesOutDuration, "timePerSample", timePerSample,
"sizeRate", sizeRate, "offsetRate", offsetRate, "desiredShards", desiredShards)

Expand Down

0 comments on commit 79587ea

Please sign in to comment.