Delayed UPnP initialization

This commit is contained in:
arkpar
2016-02-23 19:38:06 +01:00
parent 6fe189cbd9
commit 8beba717f8
3 changed files with 84 additions and 59 deletions

View File

@@ -42,7 +42,6 @@ impl<Message> NetworkService<Message> where Message: Send + Sync + Clone + 'stat
let host = Arc::new(Host::new(config));
let stats = host.stats().clone();
let host_info = host.client_version();
info!("Node URL: {}", host.client_url());
try!(io_service.register_handler(host));
Ok(NetworkService {
io_service: io_service,