summaryrefslogtreecommitdiffstats
path: root/src/util/domain_info_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/domain_info_utils.c')
-rw-r--r--src/util/domain_info_utils.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/util/domain_info_utils.c b/src/util/domain_info_utils.c
index cbfc55b26..a889bd7aa 100644
--- a/src/util/domain_info_utils.c
+++ b/src/util/domain_info_utils.c
@@ -568,8 +568,8 @@ done:
if (err < 0) {
err = errno;
DEBUG(SSSDBG_MINOR_FAILURE,
- "Could not remove file [%s]: [%d]: %s",
- tmp_file, err, strerror(err));
+ "Could not remove file [%s]: [%d]: %s\n",
+ tmp_file, err, strerror(err));
}
}
talloc_free(tmp_ctx);
@@ -731,8 +731,8 @@ done:
if (err == -1) {
err = errno;
DEBUG(SSSDBG_MINOR_FAILURE,
- "Could not remove file [%s]: [%d]: %s",
- tmp_file, err, sss_strerror(err));
+ "Could not remove file [%s]: [%d]: %s\n",
+ tmp_file, err, sss_strerror(err));
}
}