(chibi log) only needs (chibi show base), like most libraries which

provide a combinator formatting interface.
This commit is contained in:
Alex Shinn 2013-10-08 21:43:27 +09:00
parent d80c7ff152
commit 67c9e7ca7c

View file

@ -22,5 +22,5 @@
default-logger log-emergency log-alert log-critical log-error
log-warn log-notice log-info log-debug)
(import (chibi) (srfi 9) (chibi time) (chibi process) (chibi system)
(chibi filesystem) (chibi string) (chibi show))
(chibi filesystem) (chibi string) (chibi show base))
(include "log.scm"))