Index: /trunk/ccl/lib/db-io.lisp
===================================================================
--- /trunk/ccl/lib/db-io.lisp	(revision 5794)
+++ /trunk/ccl/lib/db-io.lisp	(revision 5795)
@@ -381,5 +381,5 @@
       (cdb-check-trailer cdb))
     (progn
-      (warn "Interface file ~s does not exist." pathname)
+      (warn "Interface file ~s does not exist.~%This may mean that that the \"ccl:\" logical-pathname host has not been properly initialized. " (translate-logical-pathname pathname))
       (make-cdb :fid nil :pathname (namestring pathname)))))
 
