From f1cd229f83bf6de2fa0b978d8dab11bb0abb3490 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 21 Jul 2016 11:01:01 +0100 Subject: Remove trailing newlines from _dbus_warn, _dbus_warn_check_failed They used to be needed, but are not needed any more, and we were never completely consistent about including them in any case. Signed-off-by: Simon McVittie --- bus/test-system.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bus/test-system.c') diff --git a/bus/test-system.c b/bus/test-system.c index 355ec77ab..e03e677d5 100644 --- a/bus/test-system.c +++ b/bus/test-system.c @@ -48,7 +48,7 @@ check_memleaks (const char *name) printf ("%s: checking for memleaks\n", name); if (_dbus_get_malloc_blocks_outstanding () != 0) { - _dbus_warn ("%d dbus_malloc blocks were not freed\n", + _dbus_warn ("%d dbus_malloc blocks were not freed", _dbus_get_malloc_blocks_outstanding ()); die ("memleaks"); } -- cgit v1.2.3