mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
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:
parent
39d7e838ae
commit
4a88222722
4 changed files with 58 additions and 43 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue