From b865cddee7690bc61d76348b295edded96ae4d58 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Jacke?= Date: Tue, 10 Jul 2012 12:26:50 +0200 Subject: [PATCH] s3: make log message of FSCTL_IS_VOLUME_DIRTY more clear --- source3/modules/vfs_default.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/modules/vfs_default.c b/source3/modules/vfs_default.c index eb3e343495..8485495bb5 100644 --- a/source3/modules/vfs_default.c +++ b/source3/modules/vfs_default.c @@ -1084,7 +1084,7 @@ static NTSTATUS vfswrap_fsctl(struct vfs_handle_struct *handle, case FSCTL_IS_VOLUME_DIRTY: { DEBUG(10,("FSCTL_IS_VOLUME_DIRTY: called on %s " - "(but not implemented)\n", fsp_fnum_dbg(fsp))); + "(but remotely not supported)\n", fsp_fnum_dbg(fsp))); /* * http://msdn.microsoft.com/en-us/library/cc232128%28PROT.10%29.aspx * says we have to respond with NT_STATUS_INVALID_PARAMETER -- 2.34.1