mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-02-04 21:08:28 +00:00
Add $extra to logs
This commit is contained in:
parent
ee25c73a44
commit
bb4995e446
@ -851,7 +851,7 @@ class Net_SSH2 {
|
|||||||
$this->message_number_log[] = '->';
|
$this->message_number_log[] = '->';
|
||||||
|
|
||||||
if (NET_SSH2_LOGGING == NET_SSH2_LOG_COMPLEX) {
|
if (NET_SSH2_LOGGING == NET_SSH2_LOG_COMPLEX) {
|
||||||
$this->message_log[] = $temp;
|
$this->message_log[] = $extra . $temp;
|
||||||
$this->message_log[] = $this->identifier . "\r\n";
|
$this->message_log[] = $this->identifier . "\r\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user