gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: util: fix missing newline in log


From: gnunet
Subject: [gnunet] branch master updated: util: fix missing newline in log
Date: Tue, 03 Sep 2024 21:53:08 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 89e5daf96 util: fix missing newline in log
89e5daf96 is described below

commit 89e5daf9613c0d1b31a94e05b6bf69dc2e5c5647
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Sep 3 21:53:02 2024 +0200

    util: fix missing newline in log
---
 src/lib/util/disk.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/util/disk.c b/src/lib/util/disk.c
index 567c2b5bc..9639489fd 100644
--- a/src/lib/util/disk.c
+++ b/src/lib/util/disk.c
@@ -524,7 +524,7 @@ GNUNET_DISK_directory_create (const char *dir)
       if (GNUNET_NO == ret)
       {
         GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
-                    "Creating directory `%s' failed",
+                    "Creating directory `%s' failed\n",
                     rdir);
         GNUNET_free (rdir);
         return GNUNET_SYSERR;
@@ -551,7 +551,7 @@ GNUNET_DISK_directory_create (const char *dir)
       if (GNUNET_NO == ret)
       {
         GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
-                    "Creating directory `%s' failed",
+                    "Creating directory `%s' failed\n",
                     rdir);
         GNUNET_free (rdir);
         return GNUNET_SYSERR;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]