mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 10:18:50 +00:00
Make annoying debug message optional
This commit is contained in:
parent
efe06103f3
commit
30cbe535c3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user