2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-25 11:18:27 +08:00

satman: do not debug print unexpected aux packets.

This shrinks firmware by 2.8K.
This commit is contained in:
whitequark 2018-05-13 13:43:39 +00:00
parent aa42a69849
commit f383a470fe

View File

@ -159,7 +159,7 @@ fn process_aux_packet(p: &drtioaux::Packet) {
};
}
_ => warn!("received unexpected aux packet {:?}", p)
_ => warn!("received unexpected aux packet")
}
}