diff options
author | aw148015 <none@none> | 2008-03-26 09:23:15 -0700 |
---|---|---|
committer | aw148015 <none@none> | 2008-03-26 09:23:15 -0700 |
commit | 830804d907ff6585b5270744bf189392f6cc250e (patch) | |
tree | 96f27490d8bc9253cf1119c01142bb6d5df03f2f /usr/src/cmd/filebench/common/threadflow.c | |
parent | ae320ee60afe6bc5f805712b3d2ab8dcf4bb7bb1 (diff) | |
download | illumos-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.c | 2 |
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++) { |