summaryrefslogtreecommitdiffstats
path: root/src/monitor
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2010-10-19 15:11:10 -0400
committerStephen Gallagher <sgallagh@redhat.com>2010-10-19 16:02:47 -0400
commit8715fcb39bd8086cb59d978e9a6ae18aaae1f864 (patch)
treefc34126c677e1576c00f50a82f4da9872b435054 /src/monitor
parent7051a30300d12163e890e4ec4b9a765567679a8b (diff)
downloadsssd-8715fcb39bd8086cb59d978e9a6ae18aaae1f864.tar.gz
sssd-8715fcb39bd8086cb59d978e9a6ae18aaae1f864.tar.xz
sssd-8715fcb39bd8086cb59d978e9a6ae18aaae1f864.zip
Write log opening failures to the syslog
If there is a problem with reopening the logs, it can be an audit trail issue.
Diffstat (limited to 'src/monitor')
-rw-r--r--src/monitor/monitor_sbus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/monitor/monitor_sbus.c b/src/monitor/monitor_sbus.c
index 43e5b685e..034cd46d2 100644
--- a/src/monitor/monitor_sbus.c
+++ b/src/monitor/monitor_sbus.c
@@ -184,7 +184,7 @@ int monitor_common_rotate_logs(DBusMessage *message,
ret = rotate_debug_files();
if (ret) {
- DEBUG(1, ("Could not rotate debug files!\n"));
+ sss_log(SSS_LOG_ALERT, "Could not rotate debug files!\n");
return ret;
}