From 663e5a380cfcab97b24efd3ebbb2869516953023 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 31 Mar 2003 01:30:19 +0000 Subject: Success is not a level-0 issue... Andrew Bartlett (This used to be commit 54e736e6f46a8db6db64a1025daa33fffcbde799) --- source3/smbd/vfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd') 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)); -- cgit