testcase fixed some more

This commit is contained in:
Dominik Maier 2020-12-09 00:34:03 +01:00
parent 2f17068444
commit 93860dcbd8

View File

@ -102,7 +102,7 @@ fn main() {
client client
.send_buf(TAG_SIMPLE_U32_V1, &counter.to_le_bytes()) .send_buf(TAG_SIMPLE_U32_V1, &counter.to_le_bytes())
.unwrap(); .unwrap();
prinln!("Writing", counter); println!("CTR Client writing {}", counter);
thread::sleep(Duration::from_secs(1)) thread::sleep(Duration::from_secs(1))
} }
} }