Add $extra to logs

This commit is contained in:
terrafrost 2012-09-30 21:32:26 -05:00
parent ee25c73a44
commit bb4995e446

View File

@ -851,7 +851,7 @@ class Net_SSH2 {
$this->message_number_log[] = '->';
if (NET_SSH2_LOGGING == NET_SSH2_LOG_COMPLEX) {
$this->message_log[] = $temp;
$this->message_log[] = $extra . $temp;
$this->message_log[] = $this->identifier . "\r\n";
}
}