From 56bc060861f1c724d2e32108fd6909bb0b1473c4 Mon Sep 17 00:00:00 2001 From: stroeder Date: Tue, 9 Feb 2016 11:58:30 +0000 Subject: [PATCH] Note about stderr when setting OPT_DEBUG_LEVEL --- Doc/ldap.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Doc/ldap.rst b/Doc/ldap.rst index 70f15d3..2eb971e 100644 --- a/Doc/ldap.rst +++ b/Doc/ldap.rst @@ -1,4 +1,4 @@ -.. % $Id: ldap.rst,v 1.31 2015/12/09 17:57:18 stroeder Exp $ +.. % $Id: ldap.rst,v 1.32 2016/02/09 11:58:30 stroeder Exp $ ******************************************** :py:mod:`ldap` LDAP library interface module @@ -129,7 +129,8 @@ following option identifiers are defined as constants: .. py:data:: OPT_DEBUG_LEVEL - Sets the debug level within the underlying LDAP C lib. + Sets the debug level within the underlying OpenLDAP C lib (libldap). + libldap sends the log messages to stderr. .. py:data:: OPT_DEFBASE