Ignore:
Timestamp:
2009-04-23T15:13:24+12:00 (15 years ago)
Author:
ak19
Message:

Helpful debug statement (commented out).

File:
1 edited

Legend:

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

    r19173 r19229  
    434434        String command_output = downloadFileInternal(gliserver_url_string, gliserver_args, file_path);
    435435
     436        // Debugging - print any ok messages to stderr
     437        //System.err.println("**** RECEIVED (sendCommandToServer()): " + command_output);
     438
    436439        // Check the first line to see if authentication has failed; if so, go around the loop again
    437440        if (command_output.startsWith("ERROR: Authentication failed:")) {
Note: See TracChangeset for help on using the changeset viewer.