fixed compile error
This commit is contained in:
parent
afcc62df93
commit
0021794c51
@ -382,8 +382,8 @@ async fn use_socket(conf: BeaconOptions, mut socket_handle: TcpSocketHandle) {
|
||||
#[tokio::main]
|
||||
async fn main() -> anyhow::Result<()> {
|
||||
simple_logger::SimpleLogger::new()
|
||||
.with_level(log::LevelFilter::Log)
|
||||
.with_module_level("tcp_test", log::LevelFilter::Log)
|
||||
.with_level(log::LevelFilter::Info)
|
||||
.with_module_level("tcp_test", log::LevelFilter::Info)
|
||||
.init()?;
|
||||
|
||||
let conf_raw = catconf::read_from_exe(sparse_c2_messages::CONF_SEPARATOR, 4096)?;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user