Fixes for Zmodem missed in bf3fce

This commit is contained in:
2024-11-27 22:19:30 +11:00
parent fc11700601
commit 0e1086c99f
4 changed files with 19 additions and 5 deletions

View File

@@ -516,7 +516,9 @@ final class Zmodem extends Protocol implements CRCInterface,ZmodemInterface
return $rc;
} catch (\Exception $e) {
Log::error(sprintf('%s:! Error [%s]',self::LOGKEY,$e->getMessage()));
Log::error(sprintf('%s:! Error [%s]',self::LOGKEY,$e->getMessage()),['rc'=>$rc]);
return $rc;
}
}