/[projects]/dao/JavaPumpClient/src/dk/daoas/PumpClient/PumpClientMain.java
ViewVC logotype

Diff of /dao/JavaPumpClient/src/dk/daoas/PumpClient/PumpClientMain.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2052 by torben, Tue Jul 9 19:37:14 2013 UTC revision 2053 by torben, Mon Aug 26 10:16:49 2013 UTC
# Line 33  public class PumpClientMain { Line 33  public class PumpClientMain {
33                                          System.out.println("Transport running OK");                                          System.out.println("Transport running OK");
34                                          System.exit(EXIT_OK);                                                                            System.exit(EXIT_OK);                                  
35                                  } else {                                  } else {
36                                          System.out.println("Transport error");                                          System.out.println("Transport error: " + status.getLastErrorMessage() );
37                                          System.exit(EXIT_CRIT);                                                                          System.exit(EXIT_CRIT);                                
38                                  }                                  }
39    

Legend:
Removed from v.2052  
changed lines
  Added in v.2053

  ViewVC Help
Powered by ViewVC 1.1.20