summaryrefslogtreecommitdiff
path: root/usr/src/cmd/filebench/common/threadflow.c
diff options
context:
space:
mode:
authoraw148015 <none@none>2008-03-26 09:23:15 -0700
committeraw148015 <none@none>2008-03-26 09:23:15 -0700
commit830804d907ff6585b5270744bf189392f6cc250e (patch)
tree96f27490d8bc9253cf1119c01142bb6d5df03f2f /usr/src/cmd/filebench/common/threadflow.c
parentae320ee60afe6bc5f805712b3d2ab8dcf4bb7bb1 (diff)
downloadillumos-joyent-830804d907ff6585b5270744bf189392f6cc250e.tar.gz
6676967 incorrectly using %lld in several places
Diffstat (limited to 'usr/src/cmd/filebench/common/threadflow.c')
-rw-r--r--usr/src/cmd/filebench/common/threadflow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/filebench/common/threadflow.c b/usr/src/cmd/filebench/common/threadflow.c
index 4feaa3147b..eb2e7ad665 100644
--- a/usr/src/cmd/filebench/common/threadflow.c
+++ b/usr/src/cmd/filebench/common/threadflow.c
@@ -169,7 +169,7 @@ threadflow_init(procflow_t *procflow)
instances = avd_get_int(threadflow->tf_instances);
filebench_log(LOG_VERBOSE,
- "Starting %lld %s threads",
+ "Starting %d %s threads",
instances, threadflow->tf_name);
for (i = 1; i < instances; i++) {