mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-08 14:51:00 +00:00
fix gebackport for master of phpseclib
This commit is contained in:
parent
d934e84e58
commit
827c3333c1
@ -3369,7 +3369,7 @@ class SSH2
|
||||
? "SSH_MSG_$constantName"
|
||||
: "UNKNOWN ($value)",
|
||||
round($current - $this->last_packet, 4),
|
||||
round($stop - $start, 4)
|
||||
round($elapsed, 4)
|
||||
);
|
||||
$this->append_log($message_number, $payload);
|
||||
$this->last_packet = $current;
|
||||
|
Loading…
Reference in New Issue
Block a user