s3-libads Don't start a DEBUG with 'time'
[ira/wip.git] / source3 / libads / ldap.c
index 94af193af1cbb533d95f437b12e6d39c91955467..d65e53ee19784fe807015c8caeaca464525a4c9f 100644 (file)
@@ -2842,7 +2842,7 @@ ADS_STATUS ads_current_time(ADS_STRUCT *ads)
 
        if (ads->config.current_time != 0) {
                ads->auth.time_offset = ads->config.current_time - time(NULL);
-               DEBUG(4,("time offset is %d seconds\n", ads->auth.time_offset));
+               DEBUG(4,("KDC time offset is %d seconds\n", ads->auth.time_offset));
        }
 
        ads_msgfree(ads, res);