fixup after prop

This commit is contained in:
zzz
2012-01-02 14:42:19 +00:00
parent f0eb5663f7
commit 88cf742895

View File

@@ -821,10 +821,10 @@ public class KademliaNetworkDatabaseFacade extends NetworkDatabaseFacade {
if (err != null) if (err != null)
throw new IllegalArgumentException("Invalid store attempt - " + err); throw new IllegalArgumentException("Invalid store attempt - " + err);
if (_log.shouldLog(Log.DEBUG)) //if (_log.shouldLog(Log.DEBUG))
_log.debug("RouterInfo " + key.toBase64() + " is stored with " // _log.debug("RouterInfo " + key.toBase64() + " is stored with "
+ routerInfo.getOptionsMap().size() + " options on " // + routerInfo.getOptionsMap().size() + " options on "
+ new Date(routerInfo.getPublished())); // + new Date(routerInfo.getPublished()));
_context.peerManager().setCapabilities(key, routerInfo.getCapabilities()); _context.peerManager().setCapabilities(key, routerInfo.getCapabilities());
_ds.put(key, routerInfo, persist); _ds.put(key, routerInfo, persist);