summaryrefslogtreecommitdiffstats
path: root/server/tools/tools_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'server/tools/tools_util.c')
-rw-r--r--server/tools/tools_util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/tools/tools_util.c b/server/tools/tools_util.c
index 15665d36a..d15a1a78d 100644
--- a/server/tools/tools_util.c
+++ b/server/tools/tools_util.c
@@ -105,7 +105,7 @@ enum id_domain find_domain_for_id(struct tools_ctx *ctx,
}
}
if (dom == NULL) {
- DEBUG(0, ("Could not get LOCAL domain info\n"));
+ DEBUG(1, ("Could not get LOCAL domain info\n"));
*dom_ret = dom;
return ID_ERROR;
}
@@ -239,7 +239,7 @@ int init_sss_tools(struct tools_ctx **ctx)
/* Connect to the database */
ret = setup_db(ctx);
if (ret != EOK) {
- DEBUG(0, ("Could not set up database\n"));
+ DEBUG(1, ("Could not set up database\n"));
ret = EXIT_FAILURE;
goto fini;
}