[SSSD] [PATCH] Remove forgotten DEBUG message

Jakub Hrozek jhrozek at redhat.com
Fri Apr 13 14:00:39 UTC 2012


I left a level-0 DEBUG message behind from when I was debugging a
startup issue in the IPA autofs provider.

Pushed to master under the 1-liner rule.
-------------- next part --------------
>From fbf1d5fad3b55c90542c32c164a5890c847d9c08 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhrozek at redhat.com>
Date: Fri, 13 Apr 2012 15:58:13 +0200
Subject: [PATCH] Remove forgotten DEBUG message

---
 src/providers/ipa/ipa_autofs.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/providers/ipa/ipa_autofs.c b/src/providers/ipa/ipa_autofs.c
index f4262590f74de18ca46f9f4494a206f23389cc2a..a050f07078741e22a11ebc3473286bfe5899e2f6 100644
--- a/src/providers/ipa/ipa_autofs.c
+++ b/src/providers/ipa/ipa_autofs.c
@@ -49,8 +49,6 @@ int ipa_autofs_init(struct be_ctx *be_ctx,
     *ops = &ipa_autofs_ops;
     *pvt_data = id_ctx->sdap_id_ctx;
 
-    DEBUG(0, ("sleeping\n"));
-
     ret = ipa_get_autofs_options(id_ctx->ipa_options, be_ctx->cdb,
                                  be_ctx->conf_path, &id_ctx->sdap_id_ctx->opts);
     if (ret != EOK) {
-- 
1.7.7.6



More information about the sssd-devel mailing list