forked from M-Labs/artiq-zynq
mgmt: remove spurious config write warning
This commit is contained in:
parent
7502f3a765
commit
0530e596ba
|
@ -194,7 +194,7 @@ async fn handle_connection(
|
||||||
},
|
},
|
||||||
Request::ConfigWrite => {
|
Request::ConfigWrite => {
|
||||||
let key = read_key(stream).await?;
|
let key = read_key(stream).await?;
|
||||||
warn!("write key: {}", key);
|
debug!("write key: {}", key);
|
||||||
let len = read_i32(stream).await?;
|
let len = read_i32(stream).await?;
|
||||||
let len = if len <= 0 {
|
let len = if len <= 0 {
|
||||||
0
|
0
|
||||||
|
|
Loading…
Reference in New Issue