commit 8496b7dc9ae6fff7c35446f00c1fb937e399ddea
Author: Enrico Forestieri <for...@lyx.org>
Date:   Sat Mar 5 02:19:38 2022 +0100

    Compile fix
---
 src/support/os_cygwin.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/support/os_cygwin.cpp b/src/support/os_cygwin.cpp
index 5d43737..0261e2c 100644
--- a/src/support/os_cygwin.cpp
+++ b/src/support/os_cygwin.cpp
@@ -342,7 +342,7 @@ string latex_path(string const & p)
 
        if (windows_style_tex_paths_ && FileName::isAbsolute(p)) {
                string dos_path = convert_path(p, PathStyle(windows));
-               LYXERR(Debug::LATEX, "<Path correction for LaTeX> ["
+               LYXERR(Debug::OUTFILE, "<Path correction for LaTeX> ["
                        << p << "]->>[" << dos_path << ']');
                return dos_path;
        }
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to