X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyXRC.cpp;h=4ba14e6c7fa437b45dd7e4862b3b7d3423ec63c8;hb=b28599f3f7ed37f6bf79aeb0938ce61e1ebab5f5;hp=361c64e853e31d4290a5862ac93f47651639e4ad;hpb=bcb002039b1a0e4893f18a032e02b6f6368924f9;p=lyx.git diff --git a/src/LyXRC.cpp b/src/LyXRC.cpp index 361c64e853..4ba14e6c7f 100644 --- a/src/LyXRC.cpp +++ b/src/LyXRC.cpp @@ -411,6 +411,8 @@ bool LyXRC::read(FileName const & filename, bool check_format) lexrc2.setFile(tempfile); LYXERR(Debug::LYXRC, "Reading '" << tempfile << "'..."); retval = read(lexrc2, check_format); + if (retval == FormatMismatch) + LYXERR0("Conversion failed for " << filename.absFileName()); } return retval == ReadOK; }