Skip to content

Commit

Permalink
Fix tool and project name
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisOSRM committed Nov 3, 2023
2 parents 5c22184 + 7dd2e59 commit 089fdd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
[package]
name = "pbf-test"
name = "hms-mqtt-publish"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = "0.4.31"
clap = { version = "4.4.7", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ fn main() {
InverterState::Online
}
Err(e) => {
info!("error: {e}");
debug!("error: {e}");
InverterState::Offline
}
};
Expand Down

0 comments on commit 089fdd8

Please sign in to comment.