]> granicus.if.org Git - handbrake/commitdiff
WinGui: Remove CPU information from log header. It's also in the main log body.
authorsr55 <sr55.hb@outlook.com>
Fri, 13 Jul 2018 22:09:01 +0000 (23:09 +0100)
committersr55 <sr55.hb@outlook.com>
Fri, 13 Jul 2018 22:09:01 +0000 (23:09 +0100)
win/CS/HandBrakeWPF/Utilities/GeneralUtilities.cs

index f03d16f2cab94c49f07014e3fd7d5fe9fd74bec7..c80a12408d14d34acd6f37c46d29663f5a6fb2d0 100644 (file)
@@ -109,7 +109,6 @@ namespace HandBrakeWPF.Utilities
 
             logHeader.AppendLine(string.Format("HandBrake {0}", VersionHelper.GetVersion()));
             logHeader.AppendLine(string.Format("OS: {0}", Environment.OSVersion));
-            logHeader.AppendLine(string.Format("CPU: {0}", SystemInfo.GetCpuCount));
             logHeader.AppendLine(string.Format("Ram: {0} MB, ", SystemInfo.TotalPhysicalMemory));
             logHeader.AppendLine(string.Format("GPU Information:{0}{1}", Environment.NewLine, gpuBuilder.ToString().TrimEnd()));
             logHeader.AppendLine(string.Format("Screen: {0}x{1}", SystemInfo.ScreenBounds.Bounds.Width, SystemInfo.ScreenBounds.Bounds.Height));