missing parameter
This commit is contained in:
parent
d04869162c
commit
fe897b1b31
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -586,7 +586,7 @@ int main(int argc, char *argv[])
|
||||||
JsonDocument j;
|
JsonDocument j;
|
||||||
DeserializationError error = deserializeJson(j, j_in);
|
DeserializationError error = deserializeJson(j, j_in);
|
||||||
if (error)
|
if (error)
|
||||||
error_exit(true, "State file %s is corrupt: %s", error.c_str());
|
error_exit(true, "State file %s is corrupt: %s", deserialize.c_str(), error.c_str());
|
||||||
|
|
||||||
b = bus::deserialize(j, cnsl, &event);
|
b = bus::deserialize(j, cnsl, &event);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue