1
0
Fork 0
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:
Steffen Vogel 2018-12-04 00:25:40 +01:00
parent a3ac262a2c
commit 452a329f39

View file

@ -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) :