Skip to content

Commit b04d49c

Browse files
authored
remove colon from log file name (#168)
1 parent 10935cc commit b04d49c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spotify_player/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ async fn init_spotify(
8484
fn init_logging(cache_folder: &std::path::Path) -> Result<()> {
8585
let log_prefix = format!(
8686
"spotify-player-{}",
87-
chrono::Local::now().format("%y-%m-%d-%R")
87+
chrono::Local::now().format("%y-%m-%d-%H-%M")
8888
);
8989

9090
// initialize the application's logging

0 commit comments

Comments
 (0)