Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Fixes #376. Switches debug message to error message
Browse files Browse the repository at this point in the history
  • Loading branch information
geauxvirtual committed Oct 1, 2015
1 parent b894893 commit 9b9d2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control/routing/round_robin.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ func (r *RoundRobinStrategy) Select(spp SelectablePluginPool, spa []SelectablePl
"block": "select",
"strategy": "round-robin",
"error": ErrorCouldNotSelect,
}).Debug("error selecting")
}).Error("error selecting")
return nil, ErrorCouldNotSelect
}

0 comments on commit 9b9d2db

Please sign in to comment.