]> git.pond.sub.org Git - empserver/commit
fairland: Consistent error message format
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 26 Jul 2020 11:15:03 +0000 (13:15 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Tue, 5 Jan 2021 09:41:36 +0000 (10:41 +0100)
commitc206fe83c2e2c388af5ebb6c9dab516e62b08273
treed0ab5f40e16593083f4672a979069d3b3b0bd053
parent9c07d02519da8d09d6d356fa96c99d2763627eed
fairland: Consistent error message format

fairland prefixes error messages with several variations of "fairland:
error -- ", but also with "ERROR: " and nothing at all.  Consistently
prefix them with just the program name.

Some error messages end with a period, most don't.  Drop the periods.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
src/util/fairland.c