X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2FSystemcall.cpp;h=ca804096603eb81b7f35732fe6bac5e6ac8820ab;hb=12554c93d81f75f87c34040fd7737048d3518d6d;hp=d87f5902ece51906a2cdc73d2d11d2f8c1710f25;hpb=51c380440b0b2d5f04158e67047727ba1f985dc4;p=lyx.git 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;