ntp: Fixed a debug message typo
authorGrant Erickson <marathon96@gmail.com>
Mon, 16 Jul 2012 16:48:06 +0000 (09:48 -0700)
committerDaniel Wagner <daniel.wagner@bmw-carit.de>
Tue, 17 Jul 2012 08:13:51 +0000 (10:13 +0200)
src/timeserver.c

index 439d6f5..59b299d 100644 (file)
@@ -129,7 +129,7 @@ void __connman_timeserver_sync_next()
 
        /* if its a IP , directly query it. */
        if (connman_inet_check_ipaddress(server) > 0) {
-               DBG("Using timeservers %s", server);
+               DBG("Using timeserver %s", server);
 
                __connman_ntp_start(server);