summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2010-08-29 16:42:09 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2010-08-29 16:42:09 +0200
commita786ae8b4ad3ef7e6836f53b874c265988357aec (patch)
tree865242be23bca397f063ec0231bf4722b3853f3f /common
parent04c73de447d5320dda1f242e1c4fae51bba3dbd2 (diff)
downloadeurephia-a786ae8b4ad3ef7e6836f53b874c265988357aec.tar.gz
eurephia-a786ae8b4ad3ef7e6836f53b874c265988357aec.tar.xz
eurephia-a786ae8b4ad3ef7e6836f53b874c265988357aec.zip
Updated wrong log entries
Removed old and obsolete expressions used to reference the eurephia database driver. Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
Diffstat (limited to 'common')
-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 d7268ff..587254e 100644
--- a/common/eurephia_getsym.c
+++ b/common/eurephia_getsym.c
@@ -54,7 +54,7 @@ void *eGetSym(eurephiaCTX *ctx, void *dlh, const char *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);
+ eurephia_log(ctx, LOG_PANIC, 0, "Could not find needed '%s' function in driver", symnam);
ctx->fatal_error = 1;
}
return func;