add missing parens

This commit is contained in:
Roland Kuhn 2012-02-03 11:44:36 +01:00
parent 8090769730
commit f62b50a41b

View file

@ -208,7 +208,7 @@ the first case and ``LoggerFactory.getLogger(String s)`` in the second).
.. code-block:: scala
final LoggingAdapter log = Logging.getLogger(system.eventStream, "my.nice.string");
final LoggingAdapter log = Logging.getLogger(system.eventStream(), "my.nice.string");
Logging Thread and Akka Source in MDC
-------------------------------------