12 Dec
2020
12 Dec
'20
8:23 p.m.
Hey guys, I'm wondering if we can remove this embedded newline in the warning message: "directory permissions differ on %s\n" ^^ "filesystem: %o package: %o\n" Going through my pacman logfile, the "filesystem: ..." line is the only one that starts a line without the usual timestamp and caller tags. It makes it slightly more annoying to parse with awk/sed or whatever and doesn't serve much of a purpose afaict. My suggested change would be: "directory permissions differ on %s, " "filesystem: %o package: %o\n" I can submit a patch if you'd like.