Ignore:
Timestamp:
2003-09-01T15:53:41+12:00 (21 years ago)
Author:
kjdon
Message:

fixed a bug I just made

File:
1 edited

Legend:

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

    r5400 r5403  
    113113    File build_config_file = new File(GSFile.collectionBuildConfigFile(this.site_home, this.cluster_name));
    114114    if (!build_config_file.exists()) {
    115         System.err.println("Collection: couldn't configure collection: "+this.cluster_name+", "+coll_config_file+" does not exist");
     115        System.err.println("Collection: couldn't configure collection: "+this.cluster_name+", "+build_config_file+" does not exist");
    116116        return null;
    117117    }
Note: See TracChangeset for help on using the changeset viewer.