Merge branch 'master' of https://git.cscherr.de/PlexSheep/rs-basic
cargo devel CI / cargo CI (push) Successful in 2m56s
Details
cargo devel CI / cargo CI (push) Successful in 2m56s
Details
This commit is contained in:
commit
53b0b36e66
|
@ -13,6 +13,6 @@ fn main() -> anyhow::Result<()> {
|
|||
debug!("logger: {logger:#?}");
|
||||
trace!("Type id of libpt::log::Logger is '{:#?}'", logger.type_id());
|
||||
let u = 19;
|
||||
error!(some_value=u, "No error, this is just a test");
|
||||
error!(some_value = u, "No error, this is just a test");
|
||||
Ok(())
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue