diff options
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++) { |