mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 23:40:13 +00:00
aklog-chatty-20081025
LICENSE IPL10 make aklog not accidentally be chatty
This commit is contained in:
parent
069cd726c0
commit
f2014112bc
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user