1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00
This commit is contained in:
Steffen Vogel 2017-08-27 17:04:57 +02:00
parent 0db8961a4c
commit 68300bced9

View file

@ -261,7 +261,7 @@ check: if (optarg == endptr)
ret = log_init(&sn.log, level, LOG_ALL);
if (ret)
error("Failed to intialize log");
error("Failed to initialize log");
ret = log_start(&sn.log);
if (ret)