Skip to content

Commit

Permalink
add name to error message
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Nov 1, 2023
1 parent 592ee0a commit 2687f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geyser-plugin-manager/src/geyser_plugin_manager.rs
Original file line number Diff line number Diff line change
@@ -186,7 +186,7 @@ impl GeyserPluginManager {
return Err(jsonrpc_core::Error {
code: ErrorCode::InvalidRequest,
message: format!(
"There already exists a plugin named {} loaded. Did not load requested plugin",
"There already exists a plugin named {} loaded, while reloading {name}. Did not load requested plugin",
new_plugin.name()
),
data: None,

0 comments on commit 2687f41

Please sign in to comment.