Skip to content

Commit

Permalink
Formatted the log better.
Browse files Browse the repository at this point in the history
  • Loading branch information
arabcoders committed Jul 3, 2024
1 parent 477bb36 commit 1ce49f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CustomMetadataDB/Helpers/Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ public static EpisodeInfo FileToInfo(string file)
}

var indexEnd = item.IndexNumberEnd.HasValue ? $"-E{item.IndexNumberEnd}" : "";
Logger?.Info($"Parsed '{Path.GetFileName(file)}' as 'S{item.ParentIndexNumber}E{item.IndexNumber}{indexEnd}' - {item.Name}'.");
Logger?.Info($"Parsed '{Path.GetFileName(file)}' as 'S{item.ParentIndexNumber}E{item.IndexNumber}{indexEnd}': - '{item.Name}'.");

return item;
}
Expand Down

0 comments on commit 1ce49f1

Please sign in to comment.