Commit 62b38240 authored by akrherz's avatar akrherz

s/timeed/timed/

parent 0d5d5867
......@@ -287,7 +287,7 @@ public class LocalOutgoingServerSession extends LocalSession implements Outgoing
Log.warn("Unkown host: " + realHostname);
}
catch (SocketTimeoutException ste) {
Log.error("Connection Timeed out trying to connect to remote server: " + hostname +
Log.error("Connection Timed out trying to connect to remote server: " + hostname +
"(DNS lookup: " + realHostname + ":" + realPort + ")");
}
catch (Exception e) {
......@@ -395,7 +395,7 @@ public class LocalOutgoingServerSession extends LocalSession implements Outgoing
Log.warn("Unkown host: " + realHostname);
}
catch (SocketTimeoutException ste) {
Log.error("Connection Timeed out trying to connect to remote server: " + hostname +
Log.error("Connection Timed out trying to connect to remote server: " + hostname +
"(DNS lookup: " + realHostname + ":" + realPort + ")");
}
catch (Exception e) {
......
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