From 092c8f32774a799e7aa1615c24ec49116c9b7ed2 Mon Sep 17 00:00:00 2001 From: Jeddunk Date: Wed, 23 Dec 2020 12:47:55 +0100 Subject: [PATCH] Minor changes --- Model/CreamDllModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Model/CreamDllModel.cs b/Model/CreamDllModel.cs index dd8ab6b..c8afe6a 100644 --- a/Model/CreamDllModel.cs +++ b/Model/CreamDllModel.cs @@ -192,7 +192,7 @@ namespace auto_creamapi.Model var targetSteamApiDll = Path.Combine(TargetPath, _creamDlls[arch].Filename); var targetSteamApiOrigDll = Path.Combine(TargetPath, _creamDlls[arch].OrigFilename); var targetSteamApiDllBackup = Path.Combine(TargetPath, $"{_creamDlls[arch].Filename}.backup"); - MyLogger.Log.Information($"Creating CreamAPI DLL @ {targetSteamApiDll}"); + MyLogger.Log.Information($"Setting up CreamAPI DLL @ {TargetPath} (arch :{arch})"); // Create backup of steam_api.dll File.Copy(targetSteamApiDll, targetSteamApiDllBackup, true); // Check if steam_api_o.dll already exists