From 671ad44223b0f8ab45b58d8ffdfb3bf10daac00e Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Mon, 27 Dec 2021 07:44:31 +0100 Subject: [PATCH] vala: Show source location when reporting deprecations --- vala/valareport.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vala/valareport.vala b/vala/valareport.vala index 0aad89f15..dc998ec10 100644 --- a/vala/valareport.vala +++ b/vala/valareport.vala @@ -341,7 +341,7 @@ public class Vala.Report { warnings++; - print_message (source, "warning", warning_color_start, warning_color_end, message, false); + print_message (source, "warning", warning_color_start, warning_color_end, message, verbose_errors); } /** -- 2.47.2