Skip to content

Commit

Permalink
Dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDorier committed Oct 30, 2024
1 parent 5cbeea4 commit 5ad0b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BTCPayServer/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ static async Task Main(string[] args)
}
catch (Exception e) when (PluginManager.IsExceptionByPlugin(e, out var pluginName))
{
logs.Configuration.LogError(e, $"Disabling plugin {pluginName} as it crashed on startup");
logs.Configuration.LogError(e, $"Plugin crash during startup detected, disabling {pluginName}...");
var pluginDir = new DataDirectories().Configure(conf).PluginDir;
PluginManager.DisablePlugin(pluginDir, pluginName);
}
Expand Down

0 comments on commit 5ad0b12

Please sign in to comment.