Changeset 5795


Ignore:
Timestamp:
Jan 28, 2007, 12:42:10 AM (18 years ago)
Author:
Gary Byers
Message:

If a .cdb file can't be opened, show the translated pathname and mention the fact
that this might indicate a problem with "ccl:"'s logical translations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/lib/db-io.lisp

    r5744 r5795  
    381381      (cdb-check-trailer cdb))
    382382    (progn
    383       (warn "Interface file ~s does not exist." pathname)
     383      (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))
    384384      (make-cdb :fid nil :pathname (namestring pathname)))))
    385385
Note: See TracChangeset for help on using the changeset viewer.