mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-11-27 13:21:11 +03:00
sftp: Fix the debug message in sftp_enqueue()
This fixes the assignment of variables to comments and makes the output symmetric with sftp_dequeue(). Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
committed by
Andreas Schneider
parent
c004b43fde
commit
a0214dfc9a
@@ -699,7 +699,7 @@ static int sftp_enqueue(sftp_session sftp, sftp_message msg) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
SSH_LOG(SSH_LOG_PACKET,
|
SSH_LOG(SSH_LOG_PACKET,
|
||||||
"Queued msg type %d id %d",
|
"Queued msg id %d type %d",
|
||||||
msg->id, msg->packet_type);
|
msg->id, msg->packet_type);
|
||||||
|
|
||||||
if(sftp->queue == NULL) {
|
if(sftp->queue == NULL) {
|
||||||
|
|||||||
Reference in New Issue
Block a user