From: Omar Polo Subject: Re: got_opentemp_named_fd(): add missing mkstemps() template to error message To: Maxim Cc: gameoftrees@openbsd.org Date: Tue, 17 Dec 2024 20:36:32 +0100 On 2024/12/17 15:09:11 +0100, Maxim wrote: > When "got commit" failed, its error message "mkstemp: Permission denied" > wasn't very useful. I brought this problem up on libera.chat and stsp > suggested to print the path template. Makes sense to me; and it's what we already do for the other mkstemps call. Committed, thank you!