break cycle
svn: r5488
This commit is contained in:
parent
7bf793352c
commit
aa685ff9c4
|
@ -27,7 +27,10 @@
|
||||||
(error 'get-conf
|
(error 'get-conf
|
||||||
"could not read conf (~a)"
|
"could not read conf (~a)"
|
||||||
config-file))])
|
config-file))])
|
||||||
(log-line "(re)loading configuration from ~a" config-file)
|
;; can't use log-line from logger, since it makes a cycle
|
||||||
|
(fprintf (current-error-port)
|
||||||
|
(format "(re)loading configuration from ~a"
|
||||||
|
config-file))
|
||||||
(with-input-from-file config-file read)))
|
(with-input-from-file config-file read)))
|
||||||
(set! config-cache (make-hash-table)))))
|
(set! config-cache (make-hash-table)))))
|
||||||
(hash-table-get config-cache key
|
(hash-table-get config-cache key
|
||||||
|
|
Loading…
Reference in New Issue
Block a user