This commit is contained in:
Petr Bena 2014-05-25 19:08:15 +02:00
parent 1088bdfe68
commit 878529f07c

View File

@ -107,10 +107,7 @@ bool TerminalParser::Parse()
} }
if (!valid) if (!valid)
{ {
if (!this->Silent) cerr << "This parameter isn't valid: " << text << endl;
{
cerr << "This parameter isn't valid: " << text << endl;
}
return true; return true;
} }
x++; x++;