[LyX/master] Fix debug message

Juergen Spitzmueller <[email protected]>
Newsgroups gmane.editors.lyx.cvs
Message-ID <[email protected]>
commit a0e108f412d64af04f10731850c3cd5ad18f6709
Author: Juergen Spitzmueller <[email protected]>
Date:   Tue Mar 10 10:34:25 2026 +0100

    Fix debug message
---
 src/LaTeXColors.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/LaTeXColors.cpp b/src/LaTeXColors.cpp
index abb1481100..4a9291fd31 100644
--- a/src/LaTeXColors.cpp
+++ b/src/LaTeXColors.cpp
@@ -135,7 +135,7 @@ bool LaTeXColor::read(Lexer & lex)
 	name_ = ascii_lowercase(lex.getString());
 	LYXERR(Debug::INFO, "Reading LaTeX color " << name_);
 	if (!readColor(lex)) {
-		LYXERR0("Error parsing LaTeX font `" << name_ << '\'');
+		LYXERR0("Error parsing Color `" << name_ << '\'');
 		return false;
 	}
 
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.