Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
bc021bb2
Commit
bc021bb2
authored
Sep 17, 2020
by
Quanah Gibson-Mount
Browse files
ITS#6749 - Change configure monitor warning to DEBUG CONFIG instead of DEBUG ANY
parent
331e5877
Changes
3
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-ldap/monitor.c
View file @
bc021bb2
...
...
@@ -962,7 +962,7 @@ ldap_back_monitor_db_open( BackendDB *be )
static
int
warning
=
0
;
if
(
warning
++
==
0
)
{
Debug
(
LDAP_DEBUG_
ANY
,
"ldap_back_monitor_db_open: "
Debug
(
LDAP_DEBUG_
CONFIG
,
"ldap_back_monitor_db_open: "
"monitoring disabled; "
"configure monitor database to enable
\n
"
);
}
...
...
servers/slapd/back-mdb/monitor.c
View file @
bc021bb2
...
...
@@ -427,7 +427,7 @@ mdb_monitor_db_open( BackendDB *be )
static
int
warning
=
0
;
if
(
warning
++
==
0
)
{
Debug
(
LDAP_DEBUG_
ANY
,
LDAP_XSTRING
(
mdb_monitor_db_open
)
Debug
(
LDAP_DEBUG_
CONFIG
,
LDAP_XSTRING
(
mdb_monitor_db_open
)
": monitoring disabled; "
"configure monitor database to enable
\n
"
);
}
...
...
servers/slapd/overlays/pcache.c
View file @
bc021bb2
...
...
@@ -5554,7 +5554,7 @@ pcache_monitor_db_open( BackendDB *be )
static
int
warning
=
0
;
if
(
warning
++
==
0
)
{
Debug
(
LDAP_DEBUG_
ANY
,
"pcache_monitor_db_open: "
Debug
(
LDAP_DEBUG_
CONFIG
,
"pcache_monitor_db_open: "
"monitoring disabled; "
"configure monitor database to enable
\n
"
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment