Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit caf9bd86 authored by frank PREEL's avatar frank PREEL
Browse files

Add host debug

parent 4cbe69bf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -83,6 +83,7 @@ public class SntpClient {
     * @return true if the transaction was successful.
     */
    public boolean requestTime(String host, int timeout) {
        if (DBG) Log.d(TAG, "request time : " + host);
        InetAddress address = null;
        try {
            address = InetAddress.getByName(host);