diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/clients/kinit/kinit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clients/kinit/kinit.c b/src/clients/kinit/kinit.c index 26cc0a5be..93748b191 100644 --- a/src/clients/kinit/kinit.c +++ b/src/clients/kinit/kinit.c @@ -163,7 +163,7 @@ main(argc, argv) ccache, &my_creds); if (code != 0) { - com_err (argv[0], code, "getting initial credentials"); + com_err (argv[0], code, "while getting initial credentials"); exit(1); } exit(0); |
