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)
|
(define (load-dokuwiki-users-auth fname)
|
||||||
(handle-exceptions
|
(handle-exceptions
|
||||||
exn
|
exn
|
||||||
'()
|
(let ()
|
||||||
|
(log-warning "DokuWiki: cannot open ~A" fname)
|
||||||
|
'())
|
||||||
(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