summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf.c b/src/conf.c
index bff8042..397cf45 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -649,7 +649,7 @@ static HANDLE_FUNC (handle_listen)
if (r)
return r;
- log_message (LOG_INFO, "Listing on IP %s", conf->ipAddr);
+ log_message (LOG_INFO, "Listening on IP %s", conf->ipAddr);
return 0;
}