0
0
Fork 0

fix go vet issue

This commit is contained in:
Marty Schoch 2014-12-28 19:44:03 -08:00
parent 5978f50b8c
commit 435058a928
1 changed files with 1 additions and 1 deletions

View File

@ -486,7 +486,7 @@ func (i *indexImpl) Search(req *SearchRequest) (*SearchResult, error) {
atomic.AddUint64(&i.stats.searchTime, uint64(searchDuration))
if searchDuration > Config.SlowSearchLogThreshold {
logger.Printf("slow search took %s - %s", searchDuration, req)
logger.Printf("slow search took %s - %v", searchDuration, req)
}
return &SearchResult{