utils/storage: improve descriptions

Add messages that help users understand what PROBE and BEACON messages
are being used.
Remove a few things that are no longer needed: #includes, etc

[cleanup commit message]
Signed-off-by: Nick Hainke <vincent@systemli.org>
This commit is contained in:
Ian Clowes 2022-01-31 11:27:53 +00:00 committed by Nick Hainke
parent 39d7e838ae
commit 4a88222722
4 changed files with 58 additions and 43 deletions

View file

@ -87,7 +87,7 @@ int main(int argc, char **argv) {
}
if (logdest == DAWNLOG_DEST_SYSLOG)
openlog("dawn", LOG_PID, LOG_DAEMON);
openlog("dawn", LOG_CONS, LOG_DAEMON);
dawnlog_dest(logdest);