mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-05-17 19:21:11 +03:00
channels: Fixed a build warning.
This commit is contained in:
parent
33c41074a7
commit
38b87aab08
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user