summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-03-31 01:30:19 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-03-31 01:30:19 +0000
commit663e5a380cfcab97b24efd3ebbb2869516953023 (patch)
tree5ac620855bdf686e669bd877b8591ff920c92df8 /source3/smbd
parentea279249c9e20081bdb34080c2fa3b8b46c13896 (diff)
downloadsamba-663e5a380cfcab97b24efd3ebbb2869516953023.tar.gz
samba-663e5a380cfcab97b24efd3ebbb2869516953023.tar.bz2
samba-663e5a380cfcab97b24efd3ebbb2869516953023.zip
Success is not a level-0 issue...
Andrew Bartlett (This used to be commit 54e736e6f46a8db6db64a1025daa33fffcbde799)
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/vfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/vfs.c b/source3/smbd/vfs.c
index 3dc55cf536..119e2e2f9a 100644
--- a/source3/smbd/vfs.c
+++ b/source3/smbd/vfs.c
@@ -267,7 +267,7 @@ BOOL vfs_init_custom(connection_struct *conn, const char *vfs_object)
(smb_probe_module("vfs", vfs_object) &&
(entry = vfs_find_backend_entry(vfs_object)))) {
- DEBUG(0,("Successfully loaded %s with the new modules system\n", vfs_object));
+ DEBUG(3,("Successfully loaded %s with the new modules system\n", vfs_object));
if ((ops = entry->init(&conn->vfs_ops, conn->vfs_private)) == NULL) {
DEBUG(0, ("vfs init function from %s failed\n", vfs_object));