diff options
author | Andrew Bartlett <abartlet@samba.org> | 2003-03-31 01:30:19 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2003-03-31 01:30:19 +0000 |
commit | 663e5a380cfcab97b24efd3ebbb2869516953023 (patch) | |
tree | 5ac620855bdf686e669bd877b8591ff920c92df8 | |
parent | ea279249c9e20081bdb34080c2fa3b8b46c13896 (diff) | |
download | samba-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)
-rw-r--r-- | source3/smbd/vfs.c | 2 |
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)); |