From e9c83dd8cef2eb02d9577735a07c9b1fc55267b9 Mon Sep 17 00:00:00 2001 From: Jakob Date: Sun, 9 Jul 2023 18:28:11 +0200 Subject: [PATCH] replace old format --- EnvyUpdate/MainWindow.xaml.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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";