From: Ralf Habacker Date: Sat, 31 Oct 2015 20:05:03 +0000 (+0100) Subject: Fix typo and missing eol on debug message. X-Git-Tag: dbus-1.10.4~26 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b8a5cad10b2c584c9f25ee6b4ed3ac96f0856c2d;p=thirdparty%2Fdbus.git Fix typo and missing eol on debug message. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=92721 Reviewed-by: Simon McVittie --- diff --git a/dbus/dbus-sysdeps-win.c b/dbus/dbus-sysdeps-win.c index 65f765337..4c81f8a4a 100644 --- a/dbus/dbus-sysdeps-win.c +++ b/dbus/dbus-sysdeps-win.c @@ -288,7 +288,7 @@ _dbus_get_peer_pid_from_tcp_handle (int handle) return 0; } - _dbus_verbose ("trying to get peers pid"); + _dbus_verbose ("trying to get peer's pid\n"); result = get_pid_from_extended_tcp_table (peer_port); if (result > 0)