From ed2e5554d8a1165d284ca75bf6ed191b2427c047 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Fri, 12 Jul 2024 19:04:18 +0200 Subject: [PATCH] missing quote in message --- src/LyXRC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LyXRC.cpp b/src/LyXRC.cpp index feda5110c0..fb9eb8f303 100644 --- a/src/LyXRC.cpp +++ b/src/LyXRC.cpp @@ -1150,7 +1150,7 @@ LyXRC::ReturnValues LyXRC::read(Lexer & lexrc, bool check_format) else if (tmp == "full") draw_strategy = DrawStrategy::Full; else { - LYXERR0("Unrecognized draw strategy " << tmp <<'"'); + LYXERR0("Unrecognized draw strategy \"" << tmp <<'"'); } } break; -- 2.39.2