mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-1001: Merge correction to spelling of "Exception
This commit is contained in:
@@ -280,7 +280,7 @@ public class RadiusConnectionService {
|
||||
}
|
||||
catch (UnknownHostException e) {
|
||||
logger.error("Could not resolve address: {}", e.getMessage());
|
||||
logger.debug("Exxception resolving host address.", e);
|
||||
logger.debug("Exception resolving host address.", e);
|
||||
return null;
|
||||
}
|
||||
finally {
|
||||
|
Reference in New Issue
Block a user