Move to tracing with tracy support
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Has been cancelled

This commit is contained in:
Florian RICHER 2025-05-30 23:27:03 +02:00
parent 8a57094478
commit d765e78da4
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
8 changed files with 369 additions and 158 deletions

View file

@ -58,7 +58,7 @@ impl SceneManager {
scene.load(app_context)?;
}
} else {
log::warn!("No scene found in SceneManager!");
tracing::warn!("No scene found in SceneManager!");
}
Ok(())
}