summaryrefslogtreecommitdiffstats
path: root/client.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-12-19 16:01:20 +0000
committerThomas Adam <thomas@xteddy.org>2017-12-19 16:01:20 +0000
commit74ecc866cf7613a3af10f400b4d59c12200d38c5 (patch)
tree35f7f43d8e254e60552aa8170d33d32f8f2adf40 /client.c
parent641a885af81c3dd16f72afc2122b8a4945d61e0f (diff)
parentb20a00f93e00d73786a2bf00bd8cecb8c5392e89 (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'client.c')
-rw-r--r--client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/client.c b/client.c
index a51ca464..845736cb 100644
--- a/client.c
+++ b/client.c
@@ -453,6 +453,7 @@ client_write(int fd, const char *data, size_t size)
{
ssize_t used;
+ log_debug("%s: %.*s", __func__, (int)size, data);
while (size != 0) {
used = write(fd, data, size);
if (used == -1) {