INN commit: branches/2.6/nnrpd (python.c)
INN Commit
rra at isc.org
Wed Dec 9 21:19:30 UTC 2020
Date: Wednesday, December 9, 2020 @ 13:19:29
Author: iulius
Revision: 10447
Typo in last commit
Modified:
branches/2.6/nnrpd/python.c
----------+
python.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: python.c
===================================================================
--- python.c 2020-12-09 21:19:16 UTC (rev 10446)
+++ python.c 2020-12-09 21:19:29 UTC (rev 10447)
@@ -396,7 +396,7 @@
PY_dynamic_init (char* file)
{
if (!access(file, R_OK)) {
- syslog(L_NOTICE, "pyfilter %s not installed", path);
+ syslog(L_NOTICE, "pyfilter %s not installed", file);
return;
}
More information about the inn-committers
mailing list