Skip to content
Snippets Groups Projects
Commit 6b00b79a authored by schneider's avatar schneider
Browse files

fix(config): Fix wrong debug print

parent 0dc0bb5c
Branches
No related tags found
No related merge requests found
......@@ -511,7 +511,7 @@ int epic_config_set_string(const char *key, const char *value_in)
slot->value_offset, buf, sizeof(buf)
);
if (nread == 0) {
LOG_DEBUG("card10.cfg", "could not read old value", );
LOG_DEBUG("card10.cfg", "could not read old value");
goto complex_out;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment