Dear Andrew,
Am 26.06.21 um 22:15 schrieb Andrew J. Hesford:
Not a problem. A patch against release/4.1.0.x is attached. Please let me know if you need anything else.
As the commit message summary is intended, did you copy it from git show
? git format-patch -1
(and even git send-email …
) might be better.
Also, you could add your original message as commit message body.
Following is a pull request against the 4.1.0.x branch that separates the no-fork behavior of x2gocleansessions from the debug output behavior. A new flag,
--nofork
(-n-
for short) determined whether the program forks;--debug
only controls the logging verbosity and also forces$nofork=1
to preserve old behavior.
s/determined/determines/
Kind regards,
Paul