From 33f31eb5a192d5ea5e8650621bf59eb33b4ed376 Mon Sep 17 00:00:00 2001 From: WouterJ Date: Mon, 31 Dec 2012 16:00:14 +0100 Subject: [PATCH] Renamed warning block to caution block --- cookbook/console/logging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/console/logging.rst b/cookbook/console/logging.rst index 30a2ae9c8ec..b332c149fdd 100644 --- a/cookbook/console/logging.rst +++ b/cookbook/console/logging.rst @@ -77,7 +77,7 @@ First, create a new sub-class of :class:`Symfony\\Bundle\\FrameworkBundle\\Conso and override its :method:`Symfony\\Bundle\\FrameworkBundle\\Console\\Application::run` method, where exception handling should happen: -.. warning:: +.. caution:: Due to the nature of the core :class:`Symfony\\Component\\Console\\Application` class, much of the :method:`run`