diff options
-rw-r--r-- | src/bgpstore.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bgpstore.lisp b/src/bgpstore.lisp index 2c3b8ed..aa25b87 100644 --- a/src/bgpstore.lisp +++ b/src/bgpstore.lisp @@ -5,6 +5,7 @@ (defun start-bgpstore (host port) (with-connection *db-spec* (let ((reader (new-reader host port))) + (format t "bgpstore started~%") (do ((e (next-xml-blurb reader "BGP_MESSAGE") (next-xml-blurb reader "BGP_MESSAGE"))) ((null e)) |