We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b013e47 commit 9d65eb9Copy full SHA for 9d65eb9
src/export/fribbels.rs
@@ -152,8 +152,8 @@ impl Exporter for OptimizerExporter {
152
let cmd = command.parse_proto::<GetMultiPathAvatarInfoScRsp>();
153
match cmd {
154
Ok(cmd) => {
155
- println!("{cmd:?}");
156
// TODO: handle multi path packets
+ warn!("ignored multipath characters for now, will be supported in next version");
157
}
158
Err(error) => {
159
warn!(%error, "could not parse multipath data command");
0 commit comments