]> git.lyx.org Git - lyx.git/commitdiff
Amend edca2e0: copy && paste error
authorKornel Benko <kornel@lyx.org>
Sat, 13 Oct 2018 20:22:48 +0000 (22:22 +0200)
committerKornel Benko <kornel@lyx.org>
Sat, 13 Oct 2018 20:22:48 +0000 (22:22 +0200)
src/lyxfind.cpp

index 03d12211d309565f7752725b3de48abce97c5270..e2ca8cdd1e0e7d993f88bb211d193f15ad79f377 100644 (file)
@@ -1522,7 +1522,7 @@ static string correctlanguagesetting(string par, bool from_regex, bool withforma
                parlen--;
        }
         string result = removefontinfo(par.substr(0, parlen));
-        LYXERR(Debug::FIND, "input: \"" << result, << "\n");
+        LYXERR(Debug::FIND, "input: \"" << result << "\"");
         result = splitForColors(result);
         LYXERR(Debug::FIND, "After split: \"" << result << "\"");
         bool handle_colors = false;