1
0
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:
Jakub Jelen
2018-08-17 15:00:25 +02:00
committed by Andreas Schneider
parent c004b43fde
commit a0214dfc9a

View File

@@ -699,7 +699,7 @@ static int sftp_enqueue(sftp_session sftp, sftp_message msg) {
}
SSH_LOG(SSH_LOG_PACKET,
"Queued msg type %d id %d",
"Queued msg id %d type %d",
msg->id, msg->packet_type);
if(sftp->queue == NULL) {