Changeset 6634


Ignore:
Timestamp:
2004-01-28T14:41:01+13:00 (20 years ago)
Author:
jmt12
Message:

Again I don't remember changing anything more drastic than making a couple of debug messages go to the debug stream instead of stderr

File:
1 edited

Legend:

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

    r6622 r6634  
    10411041            // mozilla and netscape, try using a remote command to get things in the same window
    10421042            String [] new_commands = new String[] {prog_name, "-raise", "-remote", "openURL("+url+")"};
    1043             printArray(new_commands);
     1043            if(debug != null) {
     1044            printArray(new_commands);
     1045            }
    10441046            Runtime rt = Runtime.getRuntime();
    10451047            process = rt.exec(new_commands);
Note: See TracChangeset for help on using the changeset viewer.