summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/ldap_id_services.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/providers/ldap/ldap_id_services.c')
-rw-r--r--src/providers/ldap/ldap_id_services.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/providers/ldap/ldap_id_services.c b/src/providers/ldap/ldap_id_services.c
index 04de1dbc4..77215127b 100644
--- a/src/providers/ldap/ldap_id_services.c
+++ b/src/providers/ldap/ldap_id_services.c
@@ -94,7 +94,7 @@ services_get_send(TALLOC_CTX *mem_ctx,
state->op = sdap_id_op_create(state, state->conn->conn_cache);
if (!state->op) {
- DEBUG(SSSDBG_MINOR_FAILURE, ("sdap_id_op_create failed\n"));
+ DEBUG(SSSDBG_MINOR_FAILURE, "sdap_id_op_create failed\n");
ret = ENOMEM;
goto error;
}
@@ -136,13 +136,13 @@ services_get_send(TALLOC_CTX *mem_ctx,
talloc_zfree(clean_protocol);
if (!state->filter) {
DEBUG(SSSDBG_MINOR_FAILURE,
- ("Failed to build the base filter\n"));
+ "Failed to build the base filter\n");
ret = ENOMEM;
goto error;
}
DEBUG(SSSDBG_TRACE_LIBS,
- ("Preparing to search for services with filter [%s]\n",
- state->filter));
+ "Preparing to search for services with filter [%s]\n",
+ state->filter);
ret = build_attrs_from_map(state, id_ctx->opts->service_map,
SDAP_OPTS_SERVICES, NULL,