Skip to content

Commit

Permalink
add warning for multipath characters
Browse files Browse the repository at this point in the history
  • Loading branch information
IceDynamix committed Aug 13, 2024
1 parent b013e47 commit 9d65eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/export/fribbels.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ impl Exporter for OptimizerExporter {
let cmd = command.parse_proto::<GetMultiPathAvatarInfoScRsp>();
match cmd {
Ok(cmd) => {
println!("{cmd:?}");
// TODO: handle multi path packets
warn!("ignored multipath characters for now, will be supported in next version");
}
Err(error) => {
warn!(%error, "could not parse multipath data command");
Expand Down

0 comments on commit 9d65eb9

Please sign in to comment.