summaryrefslogtreecommitdiffstats
path: root/util/include
diff options
context:
space:
mode:
Diffstat (limited to 'util/include')
-rw-r--r--util/include/axutil_env.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/include/axutil_env.h b/util/include/axutil_env.h
index d59e5de..347d028 100644
--- a/util/include/axutil_env.h
+++ b/util/include/axutil_env.h
@@ -69,7 +69,7 @@ extern "C"
axutil_log_t *log;
/** This flag indicate whether logging is enabled or not */
- axis2_bool_t log_enabled;
+ /* axis2_bool_t log_enabled; */ /* Deprecated use instead log->enabled */
/** Thread pool routines */
axutil_thread_pool_t *thread_pool;