Fixing all %s into {} for logging
This commit is contained in:
parent
08abc15e8a
commit
bc1ae7814b
24 changed files with 101 additions and 97 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue