On Tue, Feb 19, 2013 at 01:49:19PM +0100, Jean-Marc Lasgouttes wrote:
> The branch, master, has been updated.
> 
> - Log -----------------------------------------------------------------
> 
> commit 30cbe535c3b7df8cb0db185e4d70fdbd97230f32
> Author: Jean-Marc Lasgouttes <lasgout...@lyx.org>
> Date:   Tue Feb 19 13:48:48 2013 +0100
> 
>     Make annoying debug message optional

Actually, this is the most useful message to me...

> diff --git a/src/support/Systemcall.cpp b/src/support/Systemcall.cpp
> index d87f590..ca80409 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;
> 

-- 
Enrico

Reply via email to