diff options
author | Simon McVittie <smcv@debian.org> | 2016-07-21 11:01:01 +0100 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2016-09-30 19:36:51 +0100 |
commit | f1cd229f83bf6de2fa0b978d8dab11bb0abb3490 (patch) | |
tree | aab3a213b2ad521c58493441b11ba3851950549a /bus/test-system.c | |
parent | b8abdc52afcc36dbd6dfbee3a5532048f88097bf (diff) |
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 <smcv@debian.org>
Diffstat (limited to 'bus/test-system.c')
-rw-r--r-- | bus/test-system.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); } |