Commit f37aa566 authored by akrherz's avatar akrherz

s/Unkown/Unknown/

parent d82206b1
...@@ -284,7 +284,7 @@ public class LocalOutgoingServerSession extends LocalSession implements Outgoing ...@@ -284,7 +284,7 @@ public class LocalOutgoingServerSession extends LocalSession implements Outgoing
break; break;
} }
catch (UnknownHostException uhe) { catch (UnknownHostException uhe) {
Log.warn("Unkown host: " + realHostname); Log.warn("Unknown host: " + realHostname);
} }
catch (SocketTimeoutException ste) { catch (SocketTimeoutException ste) {
Log.error("Connection Timed out trying to connect to remote server: " + hostname + Log.error("Connection Timed out trying to connect to remote server: " + hostname +
...@@ -392,7 +392,7 @@ public class LocalOutgoingServerSession extends LocalSession implements Outgoing ...@@ -392,7 +392,7 @@ public class LocalOutgoingServerSession extends LocalSession implements Outgoing
"(DNS lookup: " + realHostname + ":" + realPort + "): ", e); "(DNS lookup: " + realHostname + ":" + realPort + "): ", e);
} }
catch (UnknownHostException uhe) { catch (UnknownHostException uhe) {
Log.warn("Unkown host: " + realHostname); Log.warn("Unknown host: " + realHostname);
} }
catch (SocketTimeoutException ste) { catch (SocketTimeoutException ste) {
Log.error("Connection Timed out trying to connect to remote server: " + hostname + Log.error("Connection Timed out trying to connect to remote server: " + hostname +
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment