Skip to content

Commit b8f797e

Browse files
committed
Better format logging.
1 parent 757edf8 commit b8f797e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CustomMetadataDB/Helpers/Utils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ public static EpisodeInfo FileToInfo(string file)
227227
}
228228

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

232232
return item;
233233
}

0 commit comments

Comments
 (0)