From ade7e12192d5f3bd7f469365e83011b52000c467 Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Thu, 27 Oct 2011 20:00:02 +0000 Subject: [PATCH] Remove result_file from debug output because it is empty The result_file parameter is an output variable. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40042 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/Buffer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Buffer.cpp b/src/Buffer.cpp index e6f69c8244..0231cb16bc 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -3494,7 +3494,7 @@ bool Buffer::doExport(string const & target, bool put_in_tempdir) const 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(¶ms().encoding()); string format = target; string dest_filename; -- 2.39.2