Skip to content

Commit 7092bd6

Browse files
CriesofCarrotsgodmodegalactus
authored andcommitted
v1.17: Display error message while loading geyser plugins (#33990) (pyth-network#97)
Display error message while laoding geyser plugins (#33990) Co-authored-by: galactus <96341601+godmodegalactus@users.noreply.github.com>
1 parent 22ee1f1 commit 7092bd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

geyser-plugin-manager/src/geyser_plugin_manager.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,13 +296,13 @@ pub enum GeyserPluginManagerError {
296296
#[error("Invalid plugin path")]
297297
InvalidPluginPath,
298298

299-
#[error("Cannot load plugin shared library")]
299+
#[error("Cannot load plugin shared library (error: {0})")]
300300
PluginLoadError(String),
301301

302302
#[error("The geyser plugin {0} is already loaded shared library")]
303303
PluginAlreadyLoaded(String),
304304

305-
#[error("The GeyserPlugin on_load method failed")]
305+
#[error("The GeyserPlugin on_load method failed (error: {0})")]
306306
PluginStartError(String),
307307
}
308308

0 commit comments

Comments
 (0)