[LyX/master] Add a bit of debugging code

Richard Kimberly Heck rikiheck at lyx.org
Sun Feb 28 01:29:56 UTC 2021


commit 170f06089d62bee673f55191dbc328680fee0d94
Author: Richard Kimberly Heck <rikiheck at lyx.org>
Date:   Sat Feb 27 20:34:19 2021 -0500

    Add a bit of debugging code
---
 src/LaTeX.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/LaTeX.cpp b/src/LaTeX.cpp
index 31d6144..6e7fe92 100644
--- a/src/LaTeX.cpp
+++ b/src/LaTeX.cpp
@@ -135,6 +135,7 @@ LaTeX::LaTeX(string const & latex, OutputParams const & rp,
 
 void LaTeX::removeAuxiliaryFiles() const
 {
+	LYXERR(Debug::LATEX, "Removing auxiliary files");
 	// Note that we do not always call this function when there is an error.
 	// For example, if there is an error but an output file is produced we
 	// still would like to output (export/view) the file.


More information about the lyx-cvs mailing list