Fix typo in log string

This commit is contained in:
Mukund Sivaraman 2009-11-14 18:57:31 +05:30
parent fba81e4174
commit 2f05d8dd32

View File

@ -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;
}