From f2014112bcc27ecc1426ef078af7456285d839d2 Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Sun, 26 Oct 2008 00:59:55 +0000 Subject: [PATCH] aklog-chatty-20081025 LICENSE IPL10 make aklog not accidentally be chatty --- src/aklog/aklog_main.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/aklog/aklog_main.c b/src/aklog/aklog_main.c index 84caa8641..9bd0403f3 100644 --- a/src/aklog/aklog_main.c +++ b/src/aklog/aklog_main.c @@ -518,8 +518,10 @@ static int auth_to_cell(krb5_context context, char *cell, char *realm) "%s.\n", progname, cell_to_use); exit(AKLOG_MISC); } - printf("We've deduced that we need to authenticate to" - " realm %s.\n", realm_of_cell); + if (dflag) { + printf("We've deduced that we need to authenticate" + " to realm %s.\n", realm_of_cell); + } } status = get_credv5(context, AFSKEY, cell_to_use, realm_of_cell, &v5cred); -- 2.39.5