[Pkg-libvirt-commits] [libguestfs] 27/87: fuse: remove extra trailing \n in debug messages
Hilko Bengen
bengen at moszumanska.debian.org
Wed Feb 19 21:10:06 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch debian
in repository libguestfs.
commit 9110aec1b6a4a6b40720981c044cac66abd77c99
Author: Pino Toscano <ptoscano at redhat.com>
Date: Wed Jan 15 14:02:24 2014 +0100
fuse: remove extra trailing \n in debug messages
debug() adds it already.
(cherry picked from commit 8bbd22d373e5189301c06c6f9e2dd1ae8b848b82)
---
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__); \
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list