Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modif: Change errExit msg format to match assert
Make it more similar to the assert() message format for consistency. Example: Before: firejail: main.c:100: main: Assertion `1 == 2' failed. Error src/firecfg/main.c:100 main(): malloc: Cannot allocate memory After: firejail: main.c:100: main: Assertion `1 == 2' failed. Error src/firecfg/main.c:100: main: malloc: Cannot allocate memory This amends commit b963fe4 ("Improve errExit error messages", 2023-06-16) / PR netblue30#5871.
- Loading branch information