Emit warning if no dokuwiki auth is found.
This commit is contained in:
parent
61975cce78
commit
c4a99b6561
1 changed files with 3 additions and 1 deletions
|
@ -71,7 +71,9 @@
|
|||
(define (load-dokuwiki-users-auth fname)
|
||||
(handle-exceptions
|
||||
exn
|
||||
'()
|
||||
(let ()
|
||||
(log-warning "DokuWiki: cannot open ~A" fname)
|
||||
'())
|
||||
(with-input-from-file fname
|
||||
parse-dokuwiki-users-auth)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue