@@ -373,11 +373,11 @@ } } } final void dumpPeers(final PlatformLogger aLog) { - if (aLog.isLoggable(PlatformLogger.FINE)) { + if (aLog.isLoggable(PlatformLogger.Level.FINE)) { synchronized (activationLock) { synchronized (mainLock) { aLog.fine("Mapped peers:"); for (Object key : peerMap.keySet()) { aLog.fine(key + "->" + peerMap.get(key));