diff --git a/lib/Cake/Utility/Debugger.php b/lib/Cake/Utility/Debugger.php index 64acb4ea1..725c7eb6c 100644 --- a/lib/Cake/Utility/Debugger.php +++ b/lib/Cake/Utility/Debugger.php @@ -75,13 +75,13 @@ class Debugger { ), 'txt' => array( 'error' => "{:error}: {:code} :: {:description} on line {:line} of {:path}\n{:info}", - 'context' => "Context:\n{:context}\n", - 'trace' => "Trace:\n{:trace}\n", 'code' => '', 'info' => '' ), 'base' => array( - 'traceLine' => '{:reference} - {:path}, line {:line}' + 'traceLine' => '{:reference} - {:path}, line {:line}', + 'trace' => "Trace:\n{:trace}\n", + 'context' => "Context:\n{:context}\n", ), 'log' => array(), );