aboutsummaryrefslogtreecommitdiff
path: root/src/channels.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/channels.c')
-rw-r--r--src/channels.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/channels.c b/src/channels.c
index f447616f..5ee7b845 100644
--- a/src/channels.c
+++ b/src/channels.c
@@ -1132,7 +1132,7 @@ int channel_write_common(ssh_channel channel, const void *data,
}
ssh_log(session, SSH_LOG_RARE,
- "channel_write wrote %ld bytes", effectivelen);
+ "channel_write wrote %ld bytes", (long int) effectivelen);
channel->remote_window -= effectivelen;
len -= effectivelen;