mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[AssemblyInfo, SabreTools] Update assembly to have SabreTools name,
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user