r11473: improve verbose status msgs
[umlisp.git] / create-sql.lisp
index 9311a820bc3980804a7e94ca9faf11677c23f1e0..805cbcd8c234a98253192868830370b77015d0ae 100644 (file)
@@ -279,7 +279,7 @@ This is much faster that using create-umls-db-insert."
   "Translate all *umls-files* to optimized import format."
   (make-noneng-index-file extension)
   (dolist (f (remove "MRXW_NONENG.RRF" *umls-files* :test #'string= :key #'fil))
-    (when verbose (format t "UMLS Import: translating file ~S.~%" f))
+    (when verbose (format t "UMLS Import: translating file ~S.~%" (fil f)))
     (translate-umls-file f extension)))
 
 (defun translate-umls-file (file extension)