diff options
-rw-r--r-- | source3/smbd/reply.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c index 897024c4d8..80afd582f6 100644 --- a/source3/smbd/reply.c +++ b/source3/smbd/reply.c @@ -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; } |