[Libguestfs] [PATCH] fuse: remove extra trailing \n in debug messages

Pino Toscano ptoscano at redhat.com
Wed Jan 15 13:03:25 UTC 2014


debug() adds it already.
---
 src/fuse.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/fuse.c b/src/fuse.c
index d684c84..288c02a 100644
--- a/src/fuse.c
+++ b/src/fuse.c
@@ -68,7 +68,7 @@ gl_lock_define_initialized (static, mount_local_lock);
 #define DEBUG_CALL(fs,...)                                              \
   if (g->ml_debug_calls) {                                              \
     debug (g,                                                           \
-           "%s: %s (" fs ")\n",                                         \
+           "%s: %s (" fs ")",                                           \
            g->localmountpoint, __func__, ## __VA_ARGS__);               \
   }
 
-- 
1.8.3.1




More information about the Libguestfs mailing list