[WebProfilerBundle][logger] added missing deprecation message.

This commit is contained in:
Abdellatif Ait boudad 2015-05-31 15:54:14 +00:00
parent 390e9b4dc6
commit 3061ace2bf
1 changed files with 2 additions and 1 deletions

View File

@ -110,6 +110,8 @@
{% macro display_message(log_index, log, is_deprecation) %}
{{ is_deprecation ? 'DEPRECATED' : log.priorityName }} - {{ log.message }}
{% if is_deprecation %}
{% set stack = log.context.stack|default([]) %}
{% set id = 'sf-call-stack-' ~ log_index %}
@ -142,7 +144,6 @@
{% endif %}
{% endfor %}
{% else %}
{{ log.priorityName }} - {{ log.message }}
{% if log.context is defined and log.context is not empty %}
<br />
<small>