From: Richard Heck Date: Wed, 11 Feb 2009 17:08:51 +0000 (+0000) Subject: Let's have a little more info. X-Git-Tag: 2.0.0~7253 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ee36483a8e8b6f91dc06265df68773d89c16b900;p=features.git Let's have a little more info. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28448 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/Buffer.cpp b/src/Buffer.cpp index 080eee73ad..a889cc8855 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -598,7 +598,7 @@ bool Buffer::readDocument(Lexer & lex) LYXERR0("The master '" << params().master << "' assigned to this document does not include " - "this document. Ignoring the master assignment."); + "this document `" << absFileName() << "'. Ignoring the master assignment."); } }