Update core modules and add GUI panels
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
use super::Framer;
|
||||
use tracing::debug;
|
||||
|
||||
/// Line-delimited framer.
|
||||
///
|
||||
@@ -54,6 +55,13 @@ impl Framer for LineFramer {
|
||||
}
|
||||
}
|
||||
|
||||
if !frames.is_empty() {
|
||||
debug!(
|
||||
count = frames.len(),
|
||||
pending = self.buf.len(),
|
||||
"line frames extracted"
|
||||
);
|
||||
}
|
||||
frames
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user