jobd.pl: add "\n" to clean up die error messages
commit8315dc2e43a45893408d06ecab0c7157dc016cfd
authorKyle J. McKay <mackyle@gmail.com>
Fri, 2 Dec 2016 03:09:09 +0000 (1 19:09 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Fri, 2 Dec 2016 03:09:09 +0000 (1 19:09 -0800)
treedf86822b6fd71f7ee978d43ab6ba5452f089de9a
parent7ed333c2f0b005b3f538862d298449107133dca7
jobd.pl: add "\n" to clean up die error messages

The few places jobd can "die" provide sufficient information that
adding the file and line number is unhelpful and just clutters the
output.

Remove this clutter by terminating the die messages with "\n".

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
jobd/jobd.pl