Merge branch 'master' of https://git.cscherr.de/PlexSheep/rs-basic
cargo devel CI / cargo CI (push) Successful in 2m56s Details

This commit is contained in:
Christoph J. Scherr 2024-06-26 16:12:49 +02:00
commit 53b0b36e66
1 changed files with 1 additions and 1 deletions

View File

@ -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(())
}