improve eval cache logging

This commit is contained in:
Thibault Duplessis 2017-04-29 23:20:11 +02:00
parent ea623f10b6
commit 54569d1974

View file

@ -59,7 +59,7 @@ final class EvalCacheApi(
private def put(trustedUser: TrustedUser, input: Input): Funit = Validator(input) match {
case Some(error) =>
logger.warn(s"Invalid from ${trustedUser.user.username} $error ${input.id}")
logger.warn(s"Invalid from ${trustedUser.user.username} $error ${input.fen}")
funit
case None => getEntry(input.id) map {
case None =>