]> git.lyx.org Git - features.git/commitdiff
Remove result_file from debug output because it is empty
authorVincent van Ravesteijn <vfr@lyx.org>
Thu, 27 Oct 2011 20:00:02 +0000 (20:00 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Thu, 27 Oct 2011 20:00:02 +0000 (20:00 +0000)
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

index e6f69c8244e7aa7766c08f4daa007d9f8bd2ca79..0231cb16bc802a971fe1a0ae8e137acc18cb6166 100644 (file)
@@ -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(&params().encoding());
        string format = target;
        string dest_filename;