1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

some cleanups and fixes

This commit is contained in:
Steffen Vogel 2021-03-19 06:35:14 -04:00
parent 65e26e31b9
commit c840ba567b
3 changed files with 6 additions and 4 deletions

2
common

@ -1 +1 @@
Subproject commit 5d456e7657304986b1d70a63619459d12d828983
Subproject commit 74d5ca76144d2faa7d7d0c0c6d5d8d94f9597fb2

View file

@ -1,4 +1,6 @@
/** UltraLight format for FISMEP project.
/** UltraLight 2.0 format as used by FIWARE IotAgent.
*
* See: https://fiware-iotagent-ul.readthedocs.io/en/latest/usermanual/index.html
*
* @author Iris Koester <ikoester@eonerc.rwth-aachen.de>
* @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC

View file

@ -227,7 +227,7 @@ ParameterizedTest(Param *p, io, lowlevel, .init = init_memory)
Logger logger = logging.get("test:io:lowlevel");
logger->info("Running test for format={}, cnt={}", p->fmt.c_str(), p->cnt);
logger->info("Running test for format={}, cnt={}", p->fmt, p->cnt);
struct format_type *f;
@ -311,7 +311,7 @@ ParameterizedTest(Param *p, io, highlevel, .init = init_memory)
Logger logger = logging.get("test:io:highlevel");
logger->info("Running test for format={}, cnt={}", p->fmt.c_str(), p->cnt);
logger->info("Running test for format={}, cnt={}", p->fmt, p->cnt);
return;