Ignore:
Timestamp:
2009-11-09T16:32:12+13:00 (14 years ago)
Author:
ak19
Message:

Changes to previous commits (to handle spaces in filepaths on Windows) so that things still work on Linux

File:
1 edited

Legend:

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

    r20908 r20918  
    122122        logger.info("ExitCode:" + exitCode);
    123123        if (exitCode != 0) { // if trying to launch the browser above failed
    124         state = LAUNCHFAILED;
    125         logger.error("Failed to launch web browser.");     
     124           state = LAUNCHFAILED;
     125           logger.error("Failed to launch web browser when running command:");
     126           logger.error("\t" + this.command);       
    126127        }
    127128    }
Note: See TracChangeset for help on using the changeset viewer.