1
This commit is contained in:
@@ -317,7 +317,7 @@ namespace BITKit
|
||||
}
|
||||
#if NET5_0_OR_GREATER
|
||||
ServiceProvider = ServiceCollection.BuildServiceProvider();
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
public static void Stop()
|
||||
{
|
||||
@@ -330,7 +330,7 @@ namespace BITKit
|
||||
BITCommands.Dispose();
|
||||
|
||||
BIT4Log.Log<BITApp>($"已停止{nameof(BITApp)}");
|
||||
BIT4Log.Log<BITApp>($"运行时间:{runTime.ToString("hh\\:mm\\:ss")}");
|
||||
BIT4Log.Log<BITApp>($"已运行时间:{runTime.ToString("hh\\时mm\\分ss")}");
|
||||
BIT4Log.Log<BITApp>("Exit Code:0");
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user