summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/debug.c b/src/util/debug.c
index 3bf5e75af..324f0daeb 100644
--- a/src/util/debug.c
+++ b/src/util/debug.c
@@ -274,5 +274,5 @@ int rotate_debug_files(void)
void talloc_log_fn(const char *message)
{
- DEBUG(SSSDBG_FATAL_FAILURE, (message));
+ DEBUG(SSSDBG_FATAL_FAILURE, ("%s", message));
}