changeset 473:fca40a188a22

modified DocuDirent.compareTo instead of ImageFileset.compareTo
author hertzhaft
date Wed, 12 Apr 2006 14:12:37 +0200
parents f8ca069517a2
children fb51443ca0ee
files servlet/src/digilib/io/DocuDirCache.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/servlet/src/digilib/io/DocuDirCache.java	Fri Apr 07 20:39:07 2006 +0200
+++ b/servlet/src/digilib/io/DocuDirCache.java	Wed Apr 12 14:12:37 2006 +0200
@@ -244,7 +244,7 @@
                 // logger.debug(dd + " is valid");
 				return dd.get(n, fc);
 			} catch (IndexOutOfBoundsException e) {
-                logger.debug(fn + ": index out of bounds");
+                // logger.debug(fn + " not found in directory");
 			}
 		}
 		return null;