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 (handle-exceptions
exn exn
(let () (let ()
(log-warning "DokuWiki: cannot open ~A" fname) (log-warning "DokuWiki (~A) exception ~A" fname exn)
(stdout-printf "DokuWiki: cannot open ~A" fname) (stdout-printf "DokuWiki (~A) exception ~A" fname exn)
'()) '())
(with-input-from-file fname (with-input-from-file fname
parse-dokuwiki-users-auth))) parse-dokuwiki-users-auth)))