]> git.lyx.org Git - features.git/commitdiff
Compile fix
authorEnrico Forestieri <forenr@lyx.org>
Sat, 5 Mar 2022 01:19:38 +0000 (02:19 +0100)
committerEnrico Forestieri <forenr@lyx.org>
Sat, 5 Mar 2022 01:19:38 +0000 (02:19 +0100)
src/support/os_cygwin.cpp

index 5d4373780730522867642f90565d1437e313c52d..0261e2c70d99f395fa5da387b3b0e49eeb061ff1 100644 (file)
@@ -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;
        }