Log exception details.
This commit is contained in:
parent
939af54e87
commit
65c7155ba3
1 changed files with 2 additions and 2 deletions
|
@ -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)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue