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

git pushed a commit to branch master
in repository efm2.

View the commit online.

commit 887f89748c37833ff614475f8a961371b0cd4868
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
AuthorDate: Mon Apr 29 19:24:30 2024 +0100

    remove some more debug printfs
---
 src/backends/default/fs.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/backends/default/fs.c b/src/backends/default/fs.c
index 5902111..53d19d0 100644
--- a/src/backends/default/fs.c
+++ b/src/backends/default/fs.c
@@ -431,11 +431,6 @@ err_unlink:
   utimes(dst, times);
 err:
   umask(old_umask);
-  if (!res)
-    {
-      fprintf(stderr, "MV: ERROR!!!!!!!!!!!!!!!!!!!!!!!!!\n");
-      fflush(stderr);
-    }
   return res;
 }
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to