Slight updates.
[doldaconnect.git] / lib / uimisc.c
index 014e61c..6a30ffa 100644 (file)
@@ -328,7 +328,7 @@ static int init_krb5(struct logindata *data)
     
     if(dc_gethostname() == NULL)
     {
-       message(1, "cannot use krb5 without a host name");
+       message(1, "cannot use krb5 without a host name\n");
        return(1);
     }
     krb = smalloc(sizeof(*krb));