A simple .ini file interface.
Dependents: Smart-WiFly-WebServer SignalGenerator WattEye X10Svr
Revision 21:a69c8ec96cb1, committed 2017-01-16
- Comitter:
- WiredHome
- Date:
- Mon Jan 16 02:09:09 2017 +0000
- Parent:
- 20:392d1ec637eb
- Child:
- 22:1ad96fcc5731
- Commit message:
- Removed an extraneous printf
Changed in this revision
| IniManager.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/IniManager.cpp Thu Dec 29 20:14:04 2016 +0000
+++ b/IniManager.cpp Mon Jan 16 02:09:09 2017 +0000
@@ -380,7 +380,6 @@
// replace the old record
if (valBuf != NULL) {
fprintf(fo, "%s=%s\r\n", key, valBuf);
- printf("write: %s=%s\r\n", key, valBuf);
INFO(" write: %s=%s", key, valBuf);
}
}