Log exception details.

This commit is contained in:
Dominik Pantůček 2024-01-16 21:58:30 +01:00
parent 939af54e87
commit 65c7155ba3

View file

@ -74,8 +74,8 @@
(handle-exceptions
exn
(let ()
(log-warning "DokuWiki: cannot open ~A" fname)
(stdout-printf "DokuWiki: cannot open ~A" fname)
(log-warning "DokuWiki (~A) exception ~A" fname exn)
(stdout-printf "DokuWiki (~A) exception ~A" fname exn)
'())
(with-input-from-file fname
parse-dokuwiki-users-auth)))