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

@ -71,7 +71,7 @@ class AkkaLoader extends Logging {
log.slf4j.info(" ttt tt ttt ttt ttt ttt ttt ttt")
log.slf4j.info(" tttttttt ttt ttt ttt ttt tttttttt")
log.slf4j.info("==================================================")
log.slf4j.info(" Running version %s", Config.VERSION)
log.slf4j.info(" Running version {}", Config.VERSION)
log.slf4j.info("==================================================")
}
}