Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reposition os.execve call to enable debug logging before child process termination #2593

Merged
merged 3 commits into from
Jul 28, 2024

Conversation

ddx2tb
Copy link
Contributor

@ddx2tb ddx2tb commented Jul 28, 2024

The call to os.execve has been moved below the debug log statement. This change ensures that the debug message is logged before the child process is terminated by os.execve, since functions like “os.execve” never return.

@ddx2tb ddx2tb requested a review from Torxed as a code owner July 28, 2024 07:05
@svartkanin svartkanin merged commit 3bdead0 into archlinux:master Jul 28, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants