diff --git a/modes/run.c b/modes/run.c index c7918fd..804a07e 100644 --- a/modes/run.c +++ b/modes/run.c @@ -214,7 +214,7 @@ void wofi_run_exec(const char* cmd) { wofi_write_cache(mode, cmd); execl(cmd, cmd, NULL); } - fprintf(stderr, "%s cannot be executed\n", cmd); + fprintf(stderr, "%s cannot be executed %s\n", cmd, strerror(errno)); exit(errno); }