aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gssapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gssapi.c b/gssapi.c
index 8fd783b3..ca831907 100644
--- a/gssapi.c
+++ b/gssapi.c
@@ -155,7 +155,7 @@ int do_gssauth(int sock, const char *command, const char *service,
if (strcmp(buf1, "+ ")) {
if (outlevel >= O_VERBOSE) {
- report(stdout, GT_("Warning: received malformed challenge to \"%s GSSAPI\"!"), command);
+ report(stdout, GT_("Warning: received malformed challenge to \"%s GSSAPI\"!\n"), command);
}
}