Fixing all %s into {} for logging

This commit is contained in:
Viktor Klang 2010-11-24 13:53:53 +01:00
parent 08abc15e8a
commit bc1ae7814b
24 changed files with 101 additions and 97 deletions

View file

@ -36,7 +36,7 @@ object ServerManagedRemoteActorClient extends Logging {
log.slf4j.info("Remote client created")
log.slf4j.info("Sending 'Hello' to remote actor")
val result = actor !! "Hello"
log.slf4j.info("Result from Remote Actor: '%s'", result.get)
log.slf4j.info("Result from Remote Actor: '{}'", result.get)
}
def main(args: Array[String]) = run