mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 01:48:00 +02:00
Fix typo and missing eol on debug message.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=92721 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
This commit is contained in:
parent
6e8f9c35e6
commit
b8a5cad10b
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue