forked from M-Labs/artiq-zynq
remote pull_log: ignore last
This commit is contained in:
parent
844c083ee4
commit
c50be213ba
|
@ -239,7 +239,7 @@ mod remote_coremgmt {
|
|||
)
|
||||
.await
|
||||
{
|
||||
Ok(Packet::CoreMgmtGetLogReply { last, length, data }) => {
|
||||
Ok(Packet::CoreMgmtGetLogReply { last: _, length, data }) => {
|
||||
write_chunk(stream, &data[..length as usize]).await?;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue