INN commit: trunk/nnrpd (python.c)
INN Commit
rra at isc.org
Wed Dec 9 21:19:17 UTC 2020
Date: Wednesday, December 9, 2020 @ 13:19:16
Author: iulius
Revision: 10446
Typo in last commit
Modified:
trunk/nnrpd/python.c
----------+
python.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: python.c
===================================================================
--- python.c 2020-12-09 21:09:12 UTC (rev 10445)
+++ python.c 2020-12-09 21:19:16 UTC (rev 10446)
@@ -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