add \n to error message
authorJohn Kohl <jtkohl@mit.edu>
Mon, 6 May 1991 10:41:30 +0000 (10:41 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Mon, 6 May 1991 10:41:30 +0000 (10:41 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2090 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/sample/sclient/sclient.c

index efb08a730f531ee0401fb73a4a7a4a207c697e82..5b929d7ff451b8d3d74c7514de5961ff83a616fa 100644 (file)
@@ -170,7 +170,7 @@ char *argv[];
     }
     if (retval == KRB5_SENDAUTH_REJECTED) {
        /* got an error */
-       printf("sendauth rejected, error reply is:\n\t\"%*s\"",
+       printf("sendauth rejected, error reply is:\n\t\"%*s\"\n",
               err_ret->text.length, err_ret->text.data);
     } else if (rep_ret) {
        /* got a reply */