Fixes for Zmodem missed in bf3fce
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user