Skip to content

Commit

Permalink
Merge pull request #1 from muesli/master
Browse files Browse the repository at this point in the history
Expand values for printing (muesli#22)
  • Loading branch information
Jnchk authored Dec 21, 2018
2 parents 5a18398 + 493cbf5 commit 80cdf7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cachetable.go
Original file line number Diff line number Diff line change
Expand Up @@ -327,5 +327,5 @@ func (table *CacheTable) log(v ...interface{}) {
return
}

table.logger.Println(v)
table.logger.Println(v...)
}

0 comments on commit 80cdf7a

Please sign in to comment.