Skip to content

Commit

Permalink
add version to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kuruk-mm committed Jun 18, 2024
1 parent ce11556 commit f309e08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ impl INode for DclGlobal {
#[cfg(not(target_os = "android"))]
let _ = tracing_subscriber::fmt::try_init();

tracing::info!("DclGlobal init invoked");
tracing::info!("DclGlobal init invoked version={}", env!("GODOT_EXPLORER_VERSION"));

log_panics::init();

Expand Down

0 comments on commit f309e08

Please sign in to comment.