v2.3.2 #15
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ impl Device{
|
|||
let saved_temps = (self.temps - self.init_temps) + self.temp_offset;
|
||||
output_data.push_str(&saved_temps.to_string());
|
||||
output_data.push_str("\n");
|
||||
log::trace!("final data to write to '{:?}': [{:?}]",file_name,output_data);
|
||||
log::debug!("final data to write to '{:?}': [{:?}]",file_name,output_data);
|
||||
let temp = file_name.write_all(output_data.as_bytes());
|
||||
match temp{
|
||||
Err(error) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue