tree data new BUGFIX missing dot
diff --git a/src/tree_data_new.c b/src/tree_data_new.c
index eb67618..864fc9e 100644
--- a/src/tree_data_new.c
+++ b/src/tree_data_new.c
@@ -1448,7 +1448,7 @@
                 /* the node exists, are we supposed to update it or is it just a default? */
                 if (!(options & LYD_NEW_PATH_UPDATE) && !(node->flags & LYD_DEFAULT)) {
                     LOG_LOCSET(NULL, node, NULL, NULL);
-                    LOGVAL(ctx, LYVE_REFERENCE, "Path \"%s\" already exists", path);
+                    LOGVAL(ctx, LYVE_REFERENCE, "Path \"%s\" already exists.", path);
                     LOG_LOCBACK(0, 1, 0, 0);
                     ret = LY_EEXIST;
                     goto cleanup;