diff options
Diffstat (limited to 'src/common/helper.c')
-rw-r--r-- | src/common/helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/helper.c b/src/common/helper.c index e79730c1..2a23799b 100644 --- a/src/common/helper.c +++ b/src/common/helper.c | |||
@@ -186,7 +186,7 @@ static void connector(const gchar *handler_name, | |||
186 | module = g_module_open(NULL, 0); | 186 | module = g_module_open(NULL, 0); |
187 | if ( (module == NULL) || | 187 | if ( (module == NULL) || |
188 | (TRUE != g_module_symbol(module, | 188 | (TRUE != g_module_symbol(module, |
189 | handler_name, | 189 | handler_name, |
190 | &method)) ) { | 190 | &method)) ) { |
191 | GE_LOG(ectx, | 191 | GE_LOG(ectx, |
192 | GE_WARNING | GE_DEVELOPER | GE_IMMEDIATE, | 192 | GE_WARNING | GE_DEVELOPER | GE_IMMEDIATE, |