Improve output after waiting for package db lock
authorafresh1 <afresh1@openbsd.org>
Wed, 15 Nov 2023 02:03:49 +0000 (02:03 +0000)
committerafresh1 <afresh1@openbsd.org>
Wed, 15 Nov 2023 02:03:49 +0000 (02:03 +0000)
commit97f1001c003cafd334f555b68323f57f7217bf38
treee2bc5057389d3ff3f323d27760e1a4eaa8dcca07
parenteaf1d08205642fe962061725203e6c89bd796574
Improve output after waiting for package db lock

OpenBSD::PackageInfo::lock_db will send messages to STDERR if we ended up
waiting for a lock, if that happens, it stomped over the "fw_update:" prefix on
the status line so tidy up and print it out again.
usr.sbin/fw_update/fw_update.sh