summaryrefslogtreecommitdiffstats
path: root/plugin/firewall
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2008-12-02 11:14:18 +0100
committerDavid Sommerseth <dazo@users.sourceforge.net>2008-12-02 11:14:18 +0100
commitc14c83122ba01231a406d9e6af4338a7dc23cd35 (patch)
tree6654fc3b74b18bd0167d4d7bee99c2ad9bf8c7e2 /plugin/firewall
parentc40b257f9e4657d0bffde2237073d2b8f3181f34 (diff)
downloadeurephia-c14c83122ba01231a406d9e6af4338a7dc23cd35.tar.gz
eurephia-c14c83122ba01231a406d9e6af4338a7dc23cd35.tar.xz
eurephia-c14c83122ba01231a406d9e6af4338a7dc23cd35.zip
Made some messages clearer in efw-iptables
Diffstat (limited to 'plugin/firewall')
-rw-r--r--plugin/firewall/iptables/efw-iptables.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/firewall/iptables/efw-iptables.c b/plugin/firewall/iptables/efw-iptables.c
index a5171f7..6c02fbd 100644
--- a/plugin/firewall/iptables/efw-iptables.c
+++ b/plugin/firewall/iptables/efw-iptables.c
@@ -100,7 +100,7 @@ void eFW_RunFirewall(void *fwargs) {
efwRemoveMessageQueue(ctx, fwargs);
- DEBUG(ctx, 28, "eFW_RunFirewall: Telling eFW master that the worker process is about to shutdown");
+ DEBUG(ctx, 28, "eFW_RunFirewall: Telling eFW master that the worker process is about to shut down");
sem_post(cfg->semp_worker);
DEBUG(ctx, 28, "eFW_RunFirewall: Waiting for eFW master to acknowledge");
@@ -117,7 +117,7 @@ void eFW_RunFirewall(void *fwargs) {
eurephia_log(ctx, LOG_PANIC, 0, "eFW_RunFirewall: Did not receive any shutdown ack: %s",
strerror(errno));
} else {
- eurephia_log(ctx, LOG_INFO, 1, "efw_iptables: Firewall interface shutdown");
+ eurephia_log(ctx, LOG_INFO, 1, "efw_iptables: Firewall interface is shut down");
}
}
efwRemoveSemaphores(ctx, fwargs);