File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/grpc_server/endpoints Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ lto = true
20
20
strip = true
21
21
22
22
[dependencies ]
23
- nullnet-libdatastore = " 0.4.3 "
23
+ nullnet-libdatastore = " 0.4.4 "
24
24
nullnet-libtoken = " 0.2.0"
25
25
nullnet-libfireparse = " 0.3.2"
26
26
nullnet-liberror = " 0.1.1"
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ impl WallGuardImpl {
70
70
interface_name : connection. connection_key . interface_name . clone ( ) . into ( ) ,
71
71
hypertable_timestamp : None ,
72
72
total_packet : ( connection. connection_value . total_packet as i32 ) . into ( ) ,
73
- total_bytes : ( connection. connection_value . total_byte as i32 ) . into ( ) ,
73
+ total_byte : ( connection. connection_value . total_byte as i32 ) . into ( ) ,
74
74
device_id : connection. connection_key . device_id . clone ( ) . into ( ) ,
75
75
protocol : String :: from ( connection. connection_key . transport_header . protocol ) . into ( ) ,
76
76
source_ip : connection
@@ -113,7 +113,7 @@ impl WallGuardImpl {
113
113
entity_prefix : String :: from ( "CN" ) ,
114
114
} ;
115
115
116
- log:: error !( "Sending create connection request: {:?}" , request) ;
116
+ log:: debug !( "Sending create connection request: {:?}" , request) ;
117
117
118
118
let timestamp = chrono:: Utc :: now ( ) ;
119
119
You can’t perform that action at this time.
0 commit comments