Fix a debug message
authorVolker Lendecke <vl@samba.org>
Sun, 27 Jul 2008 16:41:19 +0000 (18:41 +0200)
committerVolker Lendecke <vl@samba.org>
Sun, 27 Jul 2008 16:41:19 +0000 (18:41 +0200)
(This used to be commit 1970eed1b79a5d9dc45eb96098d653ad62a20871)

source3/smbd/reply.c

index 897024c4d81c795c6558dfaf3914bb67826c6519..80afd582f6e57bf286c39516a344d49fb4158c3d 100644 (file)
@@ -2358,7 +2358,7 @@ static NTSTATUS do_unlink(connection_struct *conn,
                 &sbuf);                /* psbuf */
 
        if (!NT_STATUS_IS_OK(status)) {
-               DEBUG(10, ("open_file_ntcreate failed: %s\n",
+               DEBUG(10, ("create_file_unixpath failed: %s\n",
                           nt_errstr(status)));
                return status;
        }