From 6c78790a638c7ebaccd32fc749e48ec77b8a0583 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Mon, 14 Dec 2009 12:49:52 +0100 Subject: Cosmetic debug logging fix --- common/eurephia_getsym.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') 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); -- cgit