r2074: fixed a typo
[samba.git] / source4 / utils / net / net_time.c
index c7d46d4d8474a3348d04339ed010a60a68b1e989..befb406e87c0bbc11a2af245337c124bc7659a91 100644 (file)
@@ -57,7 +57,7 @@ int net_time(struct net_context *ctx, int argc, const char **argv)
        /* get the time */
        status = libnet_RemoteTOD(libnetctx, ctx->mem_ctx, &r);
        if (!NT_STATUS_IS_OK(status)) {
-               DEBUG(0,("net_password_change: %s\n",r.generic.out.error_string));
+               DEBUG(0,("net_time: %s\n",r.generic.out.error_string));
                return -1;
        }