GUACAMOLE-1001: Merge correction to spelling of "Exception

This commit is contained in:
Mike Jumper
2020-05-10 18:33:54 -07:00
committed by GitHub

View File

@@ -280,7 +280,7 @@ public class RadiusConnectionService {
} }
catch (UnknownHostException e) { catch (UnknownHostException e) {
logger.error("Could not resolve address: {}", e.getMessage()); logger.error("Could not resolve address: {}", e.getMessage());
logger.debug("Exxception resolving host address.", e); logger.debug("Exception resolving host address.", e);
return null; return null;
} }
finally { finally {