Logging cosmetic changes only in Zmodem

This commit is contained in:
Deon George 2023-10-04 22:06:16 +11:00
parent 28e30a05e6
commit ce7a96ca2a
1 changed files with 66 additions and 66 deletions

View File

@ -363,7 +363,7 @@ final class Zmodem extends Protocol implements CRCInterface,ZmodemInterface
case self::FOP_CONT:
case self::FOP_OK:
Log::info(sprintf('%s: = zmodem_receive Receving [%s] from [%d]',self::LOGKEY,$this->recv->nameas,$this->recv->pos));
Log::info(sprintf('%s:= zmodem_receive Receiving [%s] from [%d]',self::LOGKEY,$this->recv->nameas,$this->recv->pos));
$frame = self::ZRINIT;
switch (($rc=$this->ls_zrecvfile($recv->pos))) {