Skip to content

logger: Fix a misleading error message

Simon McVittie requested to merge wip/smcv/logger-error into main

The executable to run is argv[1] in run(), but becomes a more normal argv[0] in execvpe_wrapper(), so that's what we need to use in the error message if we couldn't find or couldn't run argv[0].

/cc @refi64

Merge request reports