X-Git-Url: http://pilppa.org/gitweb/?p=libplp.git;a=blobdiff_plain;f=src%2FDeviceConfig.cc;h=38941f3cb508dc52d5abaee2c4c46e7d91c5f133;hp=9b3a1007c7e6b7841ef3a3e1ba307a3226749f32;hb=af4f692075c8e9530a19090725dc87a7ecfaebe9;hpb=2f6f82c25955b30fcc88ea2e5c3e075a39129d8b diff --git a/src/DeviceConfig.cc b/src/DeviceConfig.cc index 9b3a100..38941f3 100644 --- a/src/DeviceConfig.cc +++ b/src/DeviceConfig.cc @@ -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;