Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
François Revol
firmware
Commits
b2d78fea
Commit
b2d78fea
authored
Jun 18, 2020
by
schneider
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(config): Fix wrong debug print
parent
1c4e9678
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
epicardium/modules/config.c
epicardium/modules/config.c
+1
-1
No files found.
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
Markdown
is supported
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