From: Michael Stapelberg Date: Tue, 16 Feb 2010 18:25:07 +0000 (+0100) Subject: Make the warning about $terminal being deprecated an error (Thanks fallen) X-Git-Tag: 3.e~6^2~143 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e2257424157690321e2c5863af8987a4506f4f2c;p=i3%2Fi3 Make the warning about $terminal being deprecated an error (Thanks fallen) --- diff --git a/src/cfgparse.y b/src/cfgparse.y index 8d97401b..2633f4d2 100644 --- a/src/cfgparse.y +++ b/src/cfgparse.y @@ -536,7 +536,7 @@ exec: terminal: TOKTERMINAL WHITESPACE STR { - DLOG("The terminal option is DEPRECATED and has no effect. " + ELOG("The terminal option is DEPRECATED and has no effect. " "Please remove it from your configuration file."); } ;