]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
common : fix typo in debug log ('extracft' -> 'extract') (#20807)
authorJames O'Leary <redacted>
Fri, 20 Mar 2026 17:23:18 +0000 (10:23 -0700)
committerGitHub <redacted>
Fri, 20 Mar 2026 17:23:18 +0000 (18:23 +0100)
common/chat-diff-analyzer.cpp

index 8b1b59b69229aced5bd443341a253f7fb94c9547..4b827c9ae5115f05cc174e2d55daea13478ac361 100644 (file)
@@ -409,7 +409,7 @@ void analyze_reasoning::compare_reasoning_scope() {
             if (result.result.success()) {
                 end = trim_trailing_whitespace(result.tags["post"]);
             } else {
-                LOG_DBG(ANSI_ORANGE "%s: Unable to extracft reasoning markers, falling back to reasoning = NONE\n" ANSI_RESET, __func__);
+                LOG_DBG(ANSI_ORANGE "%s: Unable to extract reasoning markers, falling back to reasoning = NONE\n" ANSI_RESET, __func__);
                 mode = reasoning_mode::NONE;
             }
         }