X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2FSystemcall.cpp;h=ca804096603eb81b7f35732fe6bac5e6ac8820ab;hb=12554c93d81f75f87c34040fd7737048d3518d6d;hp=67453e9bf7f459ce726a3e5757357f84421a82f6;hpb=80c126b0920c3fa904ee8ba31bb85e6ad70250bb;p=lyx.git diff --git a/src/support/Systemcall.cpp b/src/support/Systemcall.cpp index 67453e9bf7..ca80409660 100644 --- a/src/support/Systemcall.cpp +++ b/src/support/Systemcall.cpp @@ -240,12 +240,12 @@ 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; string errfile; - QString cmd = QString::fromLocal8Bit( + QString const cmd = QString::fromLocal8Bit( parsecmd(what, infile, outfile, errfile).c_str()); SystemcallPrivate d(infile, outfile, errfile);