Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
François Revol
firmware
Commits
b2d78fea
Commit
b2d78fea
authored
Jun 18, 2020
by
schneider
Browse files
fix(config): Fix wrong debug print
parent
1c4e9678
Changes
1
Hide whitespace changes
Inline
Side-by-side
epicardium/modules/config.c
View file @
b2d78fea
...
...
@@ -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
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment