- Timestamp:
- 06/17/16 17:46:40 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/thasling/DistributedGA/DistributedGA.ContactServer/ContactServiceImpl.cs
r13905 r13918 92 92 DateTime tmp; 93 93 allPeers.TryRemove(pi, out tmp); 94 Console.WriteLine(string.Format("Removed peer {0}:{1} from dictionary because last access was: {2}", pi.IpAddress, pi.Port, tmp)); 94 95 } 95 96 }
Note: See TracChangeset
for help on using the changeset viewer.