mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
fix: correct logging
This commit is contained in:
parent
74ea78cab1
commit
df42113992
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ namespace Dalamud.Plugin
|
|||
var doTestingDownload = fromTesting && Version.Parse(definition.TestingAssemblyVersion) > Version.Parse(definition.AssemblyVersion) || fromTesting && definition.IsTestingExclusive;
|
||||
var url = string.Format(PluginFunctionBaseUrl, definition.InternalName, isUpdate, doTestingDownload);
|
||||
|
||||
Log.Information("Downloading plugin to {0} from {1} doTestingDownload: {2} isTestingExclusive:", path, url, doTestingDownload, definition.IsTestingExclusive);
|
||||
Log.Information("Downloading plugin to {0} from {1} doTestingDownload:{2} isTestingExclusive:{3}", path, url, doTestingDownload, definition.IsTestingExclusive);
|
||||
|
||||
client.DownloadFile(url, path);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue