Commit ded66e05 authored by Dave Cooper's avatar Dave Cooper
Browse files

cleaned up output message.

parent 638e3acc
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
  (let ((port (gwl::server-port))
	(output-root (merge-pathnames "output/" (glisp:system-home :clf-site))))

    (format t "Crawling clf-site and outputting into ~a...~%" output-root)
    (format t "~&~%Crawling clf-site and outputting into ~a~%~%" output-root)
    
    (gwl:crawl :url-path "/clf-site" :port port :output-root output-root)))