X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=create-sql.lisp;h=33e85b6584d02b467f77467d80f0f5d6b36dacb9;hb=17b2d76a88f0bc4cadc0f100f312587e3b456b10;hp=805cbcd8c234a98253192868830370b77015d0ae;hpb=2602e82650f294955a06228db3d4b6a872f1485c;p=umlisp.git diff --git a/create-sql.lisp b/create-sql.lisp index 805cbcd..33e85b6 100644 --- a/create-sql.lisp +++ b/create-sql.lisp @@ -262,7 +262,7 @@ This is much faster that using create-umls-db-insert." (sql-drop-tables conn) (sql-create-tables conn) (dolist (file *umls-files*) - (when verbose (format t "UMLS Import: Importing file ~A.~%" file)) + (when verbose (format t "UMLS Import: Importing file ~A to SQL.~%" (fil file))) (sql-execute (funcall copy-cmd file extension) conn)) (When verbose (format t "UMLS Import: Creating SQL indices.~%")) (sql-create-indexes conn :verbose verbose)