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

fix(config): Fix wrong debug print

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