From a235676dd1159d93d6fac7374918c1f33eaf0120 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 27 Jul 2008 18:41:19 +0200 Subject: Fix a debug message (This used to be commit 1970eed1b79a5d9dc45eb96098d653ad62a20871) --- source3/smbd/reply.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') 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; } -- cgit