Changeset 19944


Ignore:
Timestamp:
2009-06-29T12:59:00+12:00 (15 years ago)
Author:
kjdon
Message:

fixed a typo on a debug statement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gli/trunk/src/org/greenstone/gatherer/collection/Collection.java

    r19242 r19944  
    220220    } else {
    221221        // shouldn't happen, but in case it does, just return the collection name.
    222         System.err.println("Current collection " + currentCollDir + " is not located inside collectdir " + "collectDir");
     222        System.err.println("Current collection " + currentCollDir + " is not located inside collectdir " + collectDir);
    223223        groupAndCol = getCollectionTailName();
    224224    }
Note: See TracChangeset for help on using the changeset viewer.