rename logfile -> capturefile parameter on execute, document for python

This commit is contained in:
baldurk
2018-09-18 18:05:39 +01:00
parent 9bf00cb1a6
commit 6ec402e370
10 changed files with 55 additions and 49 deletions
+2 -2
View File
@@ -124,8 +124,8 @@ void CheckHook()
if(setopts)
setopts((const CaptureOptions *)data->opts);
if(setlogfile && data->logfile[0])
setlogfile(data->logfile);
if(setlogfile && data->capfile[0])
setlogfile(data->capfile);
if(setdebuglog && data->debuglog[0])
setdebuglog(data->debuglog);