summaryrefslogtreecommitdiffstats
path: root/common/eurephia_getsym.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/eurephia_getsym.c')
-rw-r--r--common/eurephia_getsym.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/eurephia_getsym.c b/common/eurephia_getsym.c
index cf9f244..3b2b4f8 100644
--- a/common/eurephia_getsym.c
+++ b/common/eurephia_getsym.c
@@ -51,7 +51,7 @@ void *eGetSym(eurephiaCTX *ctx, void *dlh, const char *symnam)
return NULL;
}
- DEBUG(ctx, 30, "Locating eDBlink function '%s'", symnam);
+ DEBUG(ctx, 30, "Locating driver function '%s'", symnam);
func = dlsym(dlh, symnam);
if( func == NULL ) {
eurephia_log(ctx, LOG_PANIC, 0, "Could not find needed '%s' function in eDBlink driver", symnam);