dav/main.c

changeset 653
f503c272bd70
parent 652
5162c1334c43
child 654
8f2b8f2a5cde
--- a/dav/main.c	Sat Oct 12 08:51:31 2019 +0200
+++ b/dav/main.c	Sat Oct 12 09:53:32 2019 +0200
@@ -2646,7 +2646,7 @@
     
     char *id = assistant_getcfg("Credentials identifier");
     if(id && pwdstore_get(secrets, id)) {
-        fprintf(stderr, "Credentials with this id already exist");
+        fprintf(stderr, "Credentials with this id already exist.\n");
         return 1;
     }
     

mercurial