From beca9c694a7ff7ff446910570e8466600051d884 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 13 May 2010 09:27:46 +0000 Subject: [PATCH] "forgot to switch log_level to 1 (only errors) again ;-)" --- phpgwapi/inc/class.filesystem_stream_wrapper.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.filesystem_stream_wrapper.inc.php b/phpgwapi/inc/class.filesystem_stream_wrapper.inc.php index 9ec4e24cfa..2e7c77327b 100644 --- a/phpgwapi/inc/class.filesystem_stream_wrapper.inc.php +++ b/phpgwapi/inc/class.filesystem_stream_wrapper.inc.php @@ -91,7 +91,7 @@ class filesystem_stream_wrapper implements iface_stream_wrapper * 1 = only errors * 2 = all function calls and errors (contains passwords too!) */ - const LOG_LEVEL = 2; + const LOG_LEVEL = 1; /** * Regular expression identifying scripts, to NOT allow updating them if exec mount option is NOT set