Nice looking toString of config settings. See #1373

This commit is contained in:
Patrik Nordwall 2011-12-02 11:52:54 +01:00
parent d85f8d74b8
commit eebe068aa5

View file

@ -113,9 +113,7 @@ object ActorSystem {
throw new ConfigurationException("Akka JAR version [" + Version +
"] does not match the provided config version [" + ConfigVersion + "]")
override def toString: String = {
config.toString
}
override def toString: String = config.root.render
}