Changeset 24614


Ignore:
Timestamp:
2011-09-20T21:04:11+12:00 (13 years ago)
Author:
ak19
Message:

Removed trailing space in configfile in case this may have an adverse effect elsewhere (at present, there's just an extra space in the display of the configfile name)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/server/Server2.java

    r24503 r24614  
    532532    }
    533533
     534    configfile = configfile.trim(); // remove any trailing whitespace
    534535    //System.err.println("\n\n*******\n\ngsdlhome: " + gsdl2_home + " | lang: " + lang + " |configfile:"
    535536    //  + configfile + "| mode: " + mode + " | quitport: " + port + "\n\n*************\n");
Note: See TracChangeset for help on using the changeset viewer.