From 07c8338606c8c4cd223ebfacaeac857dff0bf03e Mon Sep 17 00:00:00 2001 From: Mark Reynolds Date: Thu, 25 Jul 2013 17:38:12 -0400 Subject: [PATCH 50/99] Disk Monitoring - fix log output (Ticket 47427) (cherry picked from commit adb834c7c5dbc114868a68e9baa3d835cfb64cc1) --- ldap/servers/slapd/daemon.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ldap/servers/slapd/daemon.c b/ldap/servers/slapd/daemon.c index b161ae6..0304e4a 100644 --- a/ldap/servers/slapd/daemon.c +++ b/ldap/servers/slapd/daemon.c @@ -867,8 +867,8 @@ disk_monitoring_thread(void *nothing) /* * Excellent, we are back to acceptable levels, reset everything... */ - LDAPDebug(LDAP_DEBUG_ANY, "Available disk space is now acceptable (%" NSPRIu64 " bytes). Aborting" - " shutdown, and restoring the log settings.\n",disk_space,0,0); + LDAPDebug(LDAP_DEBUG_ANY, "Available disk space is now above the threshold. Aborting" + " shutdown, and restoring the log settings.\n",0,0,0); if(logs_disabled && using_accesslog){ config_set_accesslog_enabled(LOGGING_ON); } -- 1.8.1.4