summaryrefslogtreecommitdiffstats
path: root/plugin
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 /plugin
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 'plugin')
-rw-r--r--plugin/firewall/eurephiafw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/firewall/eurephiafw.c b/plugin/firewall/eurephiafw.c
index 9ef8ce0..12fb697 100644
--- a/plugin/firewall/eurephiafw.c
+++ b/plugin/firewall/eurephiafw.c
@@ -111,7 +111,7 @@ int eFW_load(eurephiaCTX *ctx, const char *intf) {
eurephia_log(ctx, LOG_WARNING, 0,
"eurephia Firewall interface API is newer than what the running eurephia version is "
"familiar with. Please consider to upgrade eurephia to take advantage of newer "
- "features in the eurephiaDB driver.");
+ "features in the firewall driver.");
case 1:
eFW_RunFirewall = eGetSym(ctx, ctx->eurephia_fw_intf, "eFW_RunFirewall");