summaryrefslogtreecommitdiffstats
path: root/source3/modules/gpfs.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2014-06-13 12:05:05 +0200
committerVolker Lendecke <vl@samba.org>2014-06-13 19:54:23 +0200
commitc70932827812cf3b3fc8323e11abf4c98f15ddec (patch)
tree59c6b58e0df99b72e2542e104a6d274f93a37da7 /source3/modules/gpfs.c
parent9f6c4c4da20df633b28c1f3047e62c0daa6f6931 (diff)
downloadsamba-c70932827812cf3b3fc8323e11abf4c98f15ddec.tar.gz
samba-c70932827812cf3b3fc8323e11abf4c98f15ddec.tar.xz
samba-c70932827812cf3b3fc8323e11abf4c98f15ddec.zip
vfs:gpfs: fix a debug message
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Fri Jun 13 19:54:23 CEST 2014 on sn-devel-104
Diffstat (limited to 'source3/modules/gpfs.c')
-rw-r--r--source3/modules/gpfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/gpfs.c b/source3/modules/gpfs.c
index 62502866ac8..53418f0cb19 100644
--- a/source3/modules/gpfs.c
+++ b/source3/modules/gpfs.c
@@ -177,7 +177,7 @@ int smbd_fget_gpfs_winattrs(int fd, struct gpfs_winattr *attrs)
errno = ENOSYS;
return -1;
}
- DEBUG(10, ("gpfs_get_winattrs_path:open call %d\n", fd));
+ DEBUG(10, ("gpfs_get_winattrs:open call %d\n", fd));
return gpfs_get_winattrs_fn(fd, attrs);
}