Skip to content

Commit

Permalink
Fix hpc#155. Fixup 3a873ea fixing hpc#150.
Browse files Browse the repository at this point in the history
  • Loading branch information
haplav committed May 22, 2019
1 parent cf197d5 commit 3d8893e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ior-output.c
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ void ShowSetup(IOR_param_t *params)
if (params->lustre_set_striping) {
PrintKeyVal("Lustre stripe size", ((params->lustre_stripe_size == 0) ? "Use default" :
HumanReadable(params->lustre_stripe_size, BASE_TWO)));
PrintKeyVal("stripe count", (params->lustre_stripe_count == 0 ? "Use default" : params->lustre_stripe_count) );
PrintKeyValInt("Lustre stripe count", params->lustre_stripe_count);
}
#endif /* HAVE_LUSTRE_LUSTRE_USER_H */
if (params->deadlineForStonewalling > 0) {
Expand Down

0 comments on commit 3d8893e

Please sign in to comment.