Make annoying debug message optional

This commit is contained in:
Jean-Marc Lasgouttes 2013-02-19 13:48:48 +01:00
parent efe06103f3
commit 30cbe535c3

View File

@ -240,7 +240,7 @@ string const parsecmd(string const & incmd, string & infile, string & outfile,
int Systemcall::startscript(Starttype how, string const & what,
string const & path, bool process_events)
{
lyxerr << "\nRunning: " << what << endl;
LYXERR(Debug::INFO,"Running: " << what);
string infile;
string outfile;