]> git.ipfire.org Git - thirdparty/sarg.git/blobdiff - userinfo.c
Append \n at the end of every debuga
[thirdparty/sarg.git] / userinfo.c
index 8caa5eec1388194a50f13b52d28755cdfdbdda9b..f448eb01f5612c7962f4e41972e3f09d78f8d4f4 100644 (file)
@@ -66,7 +66,7 @@ struct userinfostruct *userinfo_create(const char *userid)
    if (!group) {
       group=malloc(sizeof(*group));
       if (!group) {
-         debuga(_("Not enough memory to store the user"));
+         debuga(_("Not enough memory to store the user\n"));
          exit(1);
       }
       memset(group,0,sizeof(*group));