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

added log init to signal generator

This commit is contained in:
Steffen Vogel 2016-06-26 15:32:37 +02:00
parent 79b35dafdf
commit fd525e5701

View file

@ -55,6 +55,8 @@ int main(int argc, char *argv[])
int values = 1;
int limit = -1;
int counter;
log_init();
if (argc < 2) {
usage(argv[0]);