Skip to content

Commit

Permalink
Do not print time immediately
Browse files Browse the repository at this point in the history
  • Loading branch information
fangpenlin committed Jan 6, 2025
1 parent 6e17fc2 commit c23c46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ async fn run_async(spawner: LocalSpawner) -> Result<(), anyhow::Error> {

// Keep it around or else the SNTP service will stop
let _sntp = EspSntp::new_default()?;
log::info!("SNTP initialized, current time is {}", OffsetDateTime::now_utc());
log::info!("SNTP initialized");

let mut msc_device = MSCDevice::new("storage", "/disk");
msc_device.install()?;
Expand Down

0 comments on commit c23c46f

Please sign in to comment.