msg.append("' with value '");
msg.append(tmpValue.toString());
msg.append("' has been ignored. Note that the name and ");
- msg.append("value quoted here may corrupted due to the ");
- msg.append("failed decoding. Use debug level logging to ");
- msg.append("see the original, non-corrupted values.");
+ msg.append("value quoted here may be corrupted due to ");
+ msg.append("the failed decoding. Use debug level logging ");
+ msg.append("to see the original, non-corrupted values.");
log.warn(msg);
}
}