Log data written to file
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
f5ca4bd2f7
commit
f34356da10
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