update client sync

This commit is contained in:
Luke Pulverenti
2015-09-20 12:16:06 -04:00
parent 718545a79b
commit 6d3dcd8266
3 changed files with 2 additions and 12 deletions

View File

@@ -147,7 +147,8 @@ namespace MediaBrowser.Server.Implementations.EntryPoints
// It also can fail with others like 727-ExternalPortOnlySupportsWildcard, 728-NoPortMapsAvailable
// and those errors (upnp errors) could be useful for diagnosting.
_logger.ErrorException("Error creating port forwarding rules", ex);
// Commenting out because users are reporting problems out of our control
//_logger.ErrorException("Error creating port forwarding rules", ex);
}
}