main: clean up logging
authorKit Rhett Aultman <kit@kitaultman.com>
Sun, 30 Jun 2024 16:41:08 +0000 (12:41 -0400)
committerKit Rhett Aultman <kit@kitaultman.com>
Mon, 22 Jul 2024 03:21:31 +0000 (23:21 -0400)
commit6a7b263f9530e3d640467ca76a719be9c38caf18
tree0b75392627a2628abea5b7c906ecb09a7ca40992
parent8956fb12f781532221c1f8c80e1b2c691c92ab8f
main: clean up logging

A practice I've used for years is to prefix all logging statements with
my name in all-caps.  These provisional messages can then be easily
spotted and either kept (sans prefix) or removed.  In my haste, though,
I missed one.
src/main.rs