summaryrefslogtreecommitdiff
path: root/vala/valareport.vala
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2021-12-27 07:44:31 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2021-12-27 07:51:58 +0100
commit929d3be56d2b3e9a39327635f30d0de74372b0bd (patch)
tree1684124c1430be3f743d6d45cae1d66fbea7bdbe /vala/valareport.vala
parent0c0c4e6fec54a78c1b41a218dd669d78dbdc046a (diff)
downloadvala-929d3be56d2b3e9a39327635f30d0de74372b0bd.tar.gz
vala: Show source location when reporting deprecations
Diffstat (limited to 'vala/valareport.vala')
-rw-r--r--vala/valareport.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/vala/valareport.vala b/vala/valareport.vala
index 3d3a95fc8..b35218baa 100644
--- a/vala/valareport.vala
+++ b/vala/valareport.vala
@@ -344,7 +344,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);
}
/**