From 996ee0c74995a62f06b57d6ddf6c4459adb98af2 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Fri, 27 Jan 2017 12:34:41 -0800 Subject: [PATCH] [DatFile] Fix clunky rebuild text --- SabreTools.Helper/Dats/Partials/DatFile.Rebuild.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SabreTools.Helper/Dats/Partials/DatFile.Rebuild.cs b/SabreTools.Helper/Dats/Partials/DatFile.Rebuild.cs index 7fe04b2d..6ea8e897 100644 --- a/SabreTools.Helper/Dats/Partials/DatFile.Rebuild.cs +++ b/SabreTools.Helper/Dats/Partials/DatFile.Rebuild.cs @@ -305,7 +305,7 @@ namespace SabreTools.Helper.Dats return rebuilt; } - logger.User("Matches found for '" + file + "', rebuilding accordingly..."); + logger.User("Matches found for '" + Style.GetFileName(file) + "', rebuilding accordingly..."); rebuilt = true; // Now loop through the list and rebuild accordingly @@ -391,7 +391,7 @@ namespace SabreTools.Helper.Dats item.Machine.Description = machinename; } - logger.User("No matches found for '" + file + "', rebuilding accordingly from inverse flag..."); + logger.User("No matches found for '" + Style.GetFileName(file) + "', rebuilding accordingly from inverse flag..."); // Now rebuild to the output file switch (outputFormat) @@ -469,7 +469,7 @@ namespace SabreTools.Helper.Dats return rebuilt; } - logger.User("Headerless matches found for '" + file + "', rebuilding accordingly..."); + logger.User("Headerless matches found for '" + Style.GetFileName(file) + "', rebuilding accordingly..."); rebuilt = true; // Now loop through the list and rebuild accordingly