From: Jean-Marc Lasgouttes Date: Tue, 19 Feb 2013 12:48:48 +0000 (+0100) Subject: Make annoying debug message optional X-Git-Tag: 2.1.0beta1~634 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=30cbe535c3b7df8cb0db185e4d70fdbd97230f32;p=lyx.git Make annoying debug message optional --- diff --git a/src/support/Systemcall.cpp b/src/support/Systemcall.cpp index d87f5902ec..ca80409660 100644 --- a/src/support/Systemcall.cpp +++ b/src/support/Systemcall.cpp @@ -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;