diff --git a/EnvyUpdate/MainWindow.xaml.cs b/EnvyUpdate/MainWindow.xaml.cs index b6344c6..d16e2b2 100644 --- a/EnvyUpdate/MainWindow.xaml.cs +++ b/EnvyUpdate/MainWindow.xaml.cs @@ -90,8 +90,7 @@ namespace EnvyUpdate } } - if (Debug.isVerbose) - File.AppendAllText(Debug.debugFile, "INFO Detecting driver type."); + Debug.LogToFile("INFO Detecting driver type."); if (Util.IsDCH()) textblockLocalType.Text = "DCH";