Skip to content

Commit

Permalink
Expand values for printing (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jnchk authored and muesli committed Oct 26, 2018
1 parent 5a18398 commit 493cbf5
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 493cbf5

Please sign in to comment.