Changeset 13452
- Timestamp:
- 08/09/11 20:54:47 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/Load.java
r13440 r13452 145 145 if (truename == null || truename.equals(NIL)) { 146 146 if (ifDoesNotExist) { 147 return error(new FileError("File not found .", pathname));147 return error(new FileError("File not found: " + pathname.princToString(), pathname)); 148 148 } else { 149 149 Debug.warn("Failed to load " + pathname.getNamestring());
Note: See TracChangeset
for help on using the changeset viewer.