summaryrefslogtreecommitdiffstats
path: root/src/db/sysdb_views.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/db/sysdb_views.c')
-rw-r--r--src/db/sysdb_views.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/db/sysdb_views.c b/src/db/sysdb_views.c
index 926cd847c..a42aa96ed 100644
--- a/src/db/sysdb_views.c
+++ b/src/db/sysdb_views.c
@@ -721,7 +721,7 @@ static errno_t sysdb_search_override_by_name(TALLOC_CTX *mem_ctx,
goto done;
} else if (override_res->count > 1) {
DEBUG(SSSDBG_CRIT_FAILURE,
- "Found more than one override for name [%s]\n.", name);
+ "Found more than one override for name [%s].\n", name);
ret = EINVAL;
goto done;
}
@@ -878,7 +878,7 @@ static errno_t sysdb_search_override_by_id(TALLOC_CTX *mem_ctx,
goto done;
} else if (override_res->count > 1) {
DEBUG(SSSDBG_CRIT_FAILURE,
- "Found more than one override for id [%lu]\n.", id);
+ "Found more than one override for id [%lu].\n", id);
ret = EINVAL;
goto done;
}