[AssemblyInfo, SabreTools] Update assembly to have SabreTools name,

This commit is contained in:
Matt Nadareski
2016-09-20 13:49:21 -07:00
parent 7c2f085c77
commit 64c63d3791
3 changed files with 5 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ namespace SabreTools
public static void Main(string[] args)
{
// Perform initial setup and verification
_logger = new Logger(true, "database.log");
_logger = new Logger(true, "sabretools.log");
_logger.Start();
// If output is being redirected, don't allow clear screens