From 799f04e2ccd434ea51e5c7f59c5d83210c220c90 Mon Sep 17 00:00:00 2001 From: Michal Zidek Date: Oct 03 2012 18:25:09 +0000 Subject: sss_seed: Show error message when interactive input fails. https://fedorahosted.org/sssd/ticket/1549 --- diff --git a/src/tools/sss_seed.c b/src/tools/sss_seed.c index 9f0dafe..bcb260a 100644 --- a/src/tools/sss_seed.c +++ b/src/tools/sss_seed.c @@ -377,6 +377,7 @@ done: if (ret == EOK) { *_uctx = talloc_steal(mem_ctx, input_uctx); } else { + ERROR("Interactive input failed.\n"); talloc_zfree(input_uctx); } return ret;