We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe019eb commit 541623eCopy full SHA for 541623e
1 file changed
src/H5LS.c
@@ -187,7 +187,8 @@ herr_t readLSConf(char *fname, cache_storage_t *LS) {
187
if (get_replacement_policy_from_str(mac) > 0)
188
LS->replacement_policy = get_replacement_policy_from_str(mac);
189
} else {
190
- snprintf(error_msg, ERROR_MSG_SIZE, "Unknown configuration setup: %s", ip);
+ snprintf(error_msg, ERROR_MSG_SIZE, "Unknown configuration setup: %s",
191
+ ip);
192
LOG_WARN(-1, "%s", error_msg);
193
}
194
0 commit comments