Tweak log level
This commit is contained in:
parent
62bc3fe03c
commit
a6005bdaba
@ -1,7 +1,7 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net7.0-windows</TargetFramework>
|
||||
<Version>2.1</Version>
|
||||
<Version>2.2</Version>
|
||||
<LangVersion>11.0</LangVersion>
|
||||
<Nullable>enable</Nullable>
|
||||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
||||
|
@ -102,7 +102,7 @@ public sealed partial class DeliverooPlugin : IDalamudPlugin
|
||||
{
|
||||
if (_currentStageInternal != value)
|
||||
{
|
||||
_pluginLog.Information($"Changing stage from {_currentStageInternal} to {value}");
|
||||
_pluginLog.Verbose($"Changing stage from {_currentStageInternal} to {value}");
|
||||
_currentStageInternal = value;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user