]> pilppa.org Git - libplp.git/blobdiff - src/DeviceConfig.cc
warning cleanups
[libplp.git] / src / DeviceConfig.cc
index 9b3a1007c7e6b7841ef3a3e1ba307a3226749f32..38941f3cb508dc52d5abaee2c4c46e7d91c5f133 100644 (file)
@@ -324,12 +324,12 @@ ConfigHandle *DeviceConfig::load_device_config(string device_id_param) {
                                }
                        }
                        else {
-                               log_error("Failed to load device device configuration, memory allocation error.\n");
+                               log_error("Failed to load device configuration, memory allocation error.\n");
                                set_config_value(DEVICE_CONFIG_VALUE_KEY__TYPE, "");
                        }
                }
                else {
-                       log_error("Failed to load device device configuration, file does not exist: %s.\n", cfg_fl.c_str());
+                       log_error("Failed to load device configuration, file does not exist: %s.\n", cfg_fl.c_str());
                }
        }
        return ret_val;