Make the warning about $terminal being deprecated an error (Thanks fallen)

This commit is contained in:
Michael Stapelberg 2010-02-16 19:25:07 +01:00
parent e78bb02082
commit e225742415

View File

@ -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.");
}
;