mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
harmonizing log messages
This commit is contained in:
parent
a3ac262a2c
commit
452a329f39
1 changed files with 2 additions and 2 deletions
|
@ -160,7 +160,7 @@ void Web::worker()
|
|||
{
|
||||
lws *wsi;
|
||||
|
||||
logger->info("Starting worker");
|
||||
logger->info("Started worker");
|
||||
|
||||
while (running) {
|
||||
lws_service(context, 100);
|
||||
|
@ -172,7 +172,7 @@ void Web::worker()
|
|||
}
|
||||
}
|
||||
|
||||
logger->info("Stopping worker");
|
||||
logger->info("Stopped worker");
|
||||
}
|
||||
|
||||
Web::Web(Api *a) :
|
||||
|
|
Loading…
Add table
Reference in a new issue