Skip to content

Commit

Permalink
improve logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoontz committed Jul 25, 2024
1 parent 8f6d0df commit 51bb2e7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/menard/lexiconfn.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -430,10 +430,9 @@

(let [fp
(diag/fail-path (d/dissoc-in lexeme [:exceptions]) exception)]
(log-fn (str "FUCK, IT DID NOT UNIFY: FP: " fp))
(log-fn (str " FUCK1: lexeme value: " (u/get-in (d/dissoc-in lexeme [:exceptions]) fp)))
(log-fn (str " FUCK2: " (u/get-in exception fp))))
))))))))
(log-fn (str "(unify lexeme exception) failed at path: " fp))
(log-fn (str " lexeme value: " (u/get-in (d/dissoc-in lexeme [:exceptions]) fp)))
(log-fn (str " exception value: " (u/get-in exception fp))))))))))))
merge-all)))]
(->>
(cons lexicon
Expand Down

0 comments on commit 51bb2e7

Please sign in to comment.