better log

This commit is contained in:
Laurent Clouet
2015-04-29 21:21:17 +01:00
parent 62dcaac05b
commit 42f5036d49
2 changed files with 3 additions and 1 deletions

View File

@@ -543,6 +543,7 @@ public class Server extends Thread implements HostnameVerifier, X509TrustManager
System.err.println("Server::HTTPGetFile exception");
e.printStackTrace();
}
this.log.debug("Server::HTTPGetFile(" + url_ + ", ...) will failed (end of function)");
return -2;
}