summaryrefslogtreecommitdiffhomepage
path: root/TODO/errmsg
blob: 51b8aae95dc7c6a1bbea05351622c42caf8f711e (plain)
1
2
3
4
5
6
7
8
9
10
11
Come up with a better error logging abstraction
====
Something like the BSD err/warn/errx/warnx maybe, although taking into account
all the stupid Windows GetLastError differences too. As it stands, different
source files have different ways of prefixing messages, a lot of strings are
pretty redundant (would maybe be nice to have something closer to the DJB-style
concatenated string messages to solve that problem?), and almost nothing bothers
to include the actual system error string because doing so is currently doing
annoying.

pls fix