summaryrefslogtreecommitdiffstats
path: root/server/tools/tools_util.c
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2009-06-19 14:55:34 +0200
committerStephen Gallagher <sgallagh@redhat.com>2009-07-02 14:09:07 -0400
commitbe22e71411a8dd25b452f4ebdd91d840b503d394 (patch)
tree897e498b55745bd01a7bf54dc511a793ac1f5421 /server/tools/tools_util.c
parent224c9930b9106d4c9b383f7f8b6625597f7bd26c (diff)
downloadsssd-be22e71411a8dd25b452f4ebdd91d840b503d394.tar.gz
sssd-be22e71411a8dd25b452f4ebdd91d840b503d394.tar.xz
sssd-be22e71411a8dd25b452f4ebdd91d840b503d394.zip
Gettextize the sss_ tools
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;
}