Author: vfr
Date: Thu Oct 27 22:00:02 2011
New Revision: 40042
URL: http://www.lyx.org/trac/changeset/40042

Log:
Remove result_file from debug output because it is empty

The result_file parameter is an output variable.

Modified:
   lyx-devel/trunk/src/Buffer.cpp

Modified: lyx-devel/trunk/src/Buffer.cpp
==============================================================================
--- lyx-devel/trunk/src/Buffer.cpp      Thu Oct 27 17:50:50 2011        (r40041)
+++ lyx-devel/trunk/src/Buffer.cpp      Thu Oct 27 22:00:02 2011        (r40042)
@@ -3494,7 +3494,7 @@
 bool Buffer::doExport(string const & target, bool put_in_tempdir,
        bool includeall, string & result_file) const
 {
-       LYXERR(Debug::FILES, "target=" << target << ", result_file=" << 
result_file);
+       LYXERR(Debug::FILES, "target=" << target);
        OutputParams runparams(&params().encoding());
        string format = target;
        string dest_filename;

Reply via email to