727374757677787980
if (inetAddress == null) { logger.error("inetAddress of entry " + entry + " is null", new Throwable()); return; } String address = inetAddress.getHostAddress(); DBCommandQueue.get().enqueue(new LogCidCommand(pName, address, cid)); } }