]> pilppa.org Git - lib1wire.git/blobdiff - src/DeviceConfig.cc
cleaned up test_w1_datalog_write example applications parameter handling.
[lib1wire.git] / src / DeviceConfig.cc
index 70027925ebb045eace8e17ad0bed5fc0b4fc75bb..da3d85ffa93f744f16fa80e3a26d6a826eef8986 100644 (file)
@@ -98,7 +98,7 @@ string DeviceConfig::get_cfg_value(string key) {
                        if (option != NULL) {
                                switch (option->type) {
                                        case UCI_TYPE_STRING:
-                                               log_info("key: %s option name: %s, value: %s\n", key.c_str(), option->e.name, option->v.string);
+                                               //log_info("key: %s option name: %s, value: %s\n", key.c_str(), option->e.name, option->v.string);
                                                ret_val = option->v.string;
                                                break;
                                        default: