diff options
Diffstat (limited to 'source3/torture/vfstest.c')
-rw-r--r-- | source3/torture/vfstest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/vfstest.c b/source3/torture/vfstest.c index 76025eef1fc..3b0ec54564c 100644 --- a/source3/torture/vfstest.c +++ b/source3/torture/vfstest.c @@ -462,7 +462,7 @@ int main(int argc, char *argv[]) /* the following functions are part of the Samba debugging facilities. See lib/debug.c */ - setup_logging("vfstest", True); + setup_logging("vfstest", DEBUG_STDOUT); /* Load command lists */ |