]> git.lyx.org Git - lyx.git/commitdiff
Make annoying debug message optional
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 19 Feb 2013 12:48:48 +0000 (13:48 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 19 Feb 2013 12:48:48 +0000 (13:48 +0100)
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;