/[projects]/dao/FuldDaekningWorker/src/dk/daoas/fulddaekning/Lookup.java
ViewVC logotype

Diff of /dao/FuldDaekningWorker/src/dk/daoas/fulddaekning/Lookup.java

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

revision 2233 by torben, Wed Oct 8 08:59:29 2014 UTC revision 2234 by torben, Wed Oct 8 09:16:18 2014 UTC
# Line 150  public class Lookup { Line 150  public class Lookup {
150          }          }
151                    
152          public void shutdownWorker(int workerid) {          public void shutdownWorker(int workerid) {
153                  logger.info("Shutting down worker: " + workerid);                  //logger.info("Shutting down worker: " + workerid);
154                  LookupWorker key = workers.remove(workerid);                  LookupWorker key = workers.remove(workerid);
155                                    
156                  if (key == null) {                  if (key == null) {
157                          System.out.println("Error removing worker from set");                          System.out.println("Error removing worker from set " + workerid);
158                          System.exit(0);                          System.exit(0);
159                  }                  }
160          }          }

Legend:
Removed from v.2233  
changed lines
  Added in v.2234

  ViewVC Help
Powered by ViewVC 1.1.20