Browse Source

Removed logline

Yann Weber 4 years ago
parent
commit
b21c478d8f
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/pyworker.c

+ 0
- 1
src/pyworker.c View File

56
 	pyfcgi_log(LOG_DEBUG, "Python started");
56
 	pyfcgi_log(LOG_DEBUG, "Python started");
57
 	//importing os
57
 	//importing os
58
 	py_osmod = python_osmod();
58
 	py_osmod = python_osmod();
59
-	pyfcgi_log(LOG_DEBUG, "Python OSMOD");
60
 	//importing libpyfcgi
59
 	//importing libpyfcgi
61
 	if(!pyinit_libpyfcgi())
60
 	if(!pyinit_libpyfcgi())
62
 	{
61
 	{

Loading…
Cancel
Save