]> git.lyx.org Git - lyx.git/blobdiff - src/support/Systemcall.cpp
Remove ugly multiple definition hack
[lyx.git] / src / support / Systemcall.cpp
index d87f5902ece51906a2cdc73d2d11d2f8c1710f25..ca804096603eb81b7f35732fe6bac5e6ac8820ab 100644 (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;