aboutsummaryrefslogtreecommitdiffstats
path: root/lib/threadbuilder.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/threadbuilder.go')
-rw-r--r--lib/threadbuilder.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/threadbuilder.go b/lib/threadbuilder.go
index 600f6539..34f143a4 100644
--- a/lib/threadbuilder.go
+++ b/lib/threadbuilder.go
@@ -67,7 +67,7 @@ func (builder *ThreadBuilder) Threads(uids []uint32, inverse bool, sort bool,
builder.RebuildUids(threads, inverse)
elapsed := time.Since(start)
- logging.Infof("%d threads from %d uids created in %s", len(threads),
+ logging.Tracef("%d threads from %d uids created in %s", len(threads),
len(uids), elapsed)
return threads