Skip to content

Commit 9d65eb9

Browse files
committed
add warning for multipath characters
1 parent b013e47 commit 9d65eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/export/fribbels.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ impl Exporter for OptimizerExporter {
152152
let cmd = command.parse_proto::<GetMultiPathAvatarInfoScRsp>();
153153
match cmd {
154154
Ok(cmd) => {
155-
println!("{cmd:?}");
156155
// TODO: handle multi path packets
156+
warn!("ignored multipath characters for now, will be supported in next version");
157157
}
158158
Err(error) => {
159159
warn!(%error, "could not parse multipath data command");

0 commit comments

Comments
 (0)