Java: Hopefully working HubListeners.
[doldaconnect.git] / lib / uimisc.c
index 3706aeb..6a30ffa 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Dolda Connect - Modular multiuser Direct Connect-style client
- *  Copyright (C) 2004 Fredrik Tolf (fredrik@dolda2000.com)
+ *  Copyright (C) 2004 Fredrik Tolf <fredrik@dolda2000.com>
  *  
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -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));