Fixing Akka boot config version printing

This commit is contained in:
Viktor Klang 2011-05-04 15:26:43 +02:00
parent e6f58c79cb
commit d8add4c68c

View file

@ -67,7 +67,7 @@ class AkkaLoader {
println(" ttt tt ttt ttt ttt ttt ttt ttt")
println(" tttttttt ttt ttt ttt ttt tttttttt")
println("==================================================")
println(" Running version {}", Config.VERSION)
println(" Running version " + Config.VERSION)
println("==================================================")
}
}