Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3061ace

Browse filesBrowse files
committed
[WebProfilerBundle][logger] added missing deprecation message.
1 parent 390e9b4 commit 3061ace
Copy full SHA for 3061ace

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/logger.html.twig

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/logger.html.twig
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@
110110

111111

112112
{% macro display_message(log_index, log, is_deprecation) %}
113+
{{ is_deprecation ? 'DEPRECATED' : log.priorityName }} - {{ log.message }}
114+
113115
{% if is_deprecation %}
114116
{% set stack = log.context.stack|default([]) %}
115117
{% set id = 'sf-call-stack-' ~ log_index %}
@@ -142,7 +144,6 @@
142144
{% endif %}
143145
{% endfor %}
144146
{% else %}
145-
{{ log.priorityName }} - {{ log.message }}
146147
{% if log.context is defined and log.context is not empty %}
147148
<br />
148149
<small>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.