[hotssh] gssh: Improve a debug print
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [hotssh] gssh: Improve a debug print
- Date: Mon, 16 Dec 2013 16:09:18 +0000 (UTC)
commit 31e5a007298897875ef31203a71936d79bbb4aa4
Author: Colin Walters <walters verbum org>
Date: Wed Dec 11 13:07:38 2013 -0500
gssh: Improve a debug print
libgssh/gssh-connection.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libgssh/gssh-connection.c b/libgssh/gssh-connection.c
index 97c7de4..754b786 100644
--- a/libgssh/gssh-connection.c
+++ b/libgssh/gssh-connection.c
@@ -194,7 +194,8 @@ recalculate_socket_state (GSshConnection *self)
g_source_destroy (self->socket_source);
g_source_unref (self->socket_source);
}
- g_debug ("socket will select on inbound: %d outbound: %d",
+ g_debug ("socket paused=%s inbound: %d outbound: %d",
+ self->paused ? "true" : "false",
self->select_inbound, self->select_outbound);
self->socket_source = g_socket_create_source (self->socket,
conditions,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]