Skip to content

Commit

Permalink
Print build version on launch
Browse files Browse the repository at this point in the history
  • Loading branch information
NickAcPT committed Nov 2, 2024
1 parent e621000 commit e621000
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nmsr-aas/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ async fn main() -> anyhow::Result<()> {

setup_tracing(config.tracing.as_ref())?;

info!("NickAc's Minecraft Skin Renderer - Git Commit {}", env!("VERGEN_IS_LITERALLY_TRASH__IT_DOES_NOT_WORK_AND_IT_ACTUALLY_BREAKS_EVERY_TIME_I_UPDATE_IT__LIKE_SERIOUSLY_HOW_IS_THAT_POSSIBLE___STOP_CHANGING_THE_DAMN_IMPLEMENTATION___I_JUST_WANT_A_STUPID_GIT_HASH"));
info!("Loaded configuration: {:#?}", config);

let state = NMSRState::new(&config).await?;
Expand Down

0 comments on commit e621000

Please sign in to comment.