aboutsummaryrefslogtreecommitdiff
path: root/squashfs-tools/info.c
diff options
context:
space:
mode:
authorPhillip Lougher <phillip@squashfs.org.uk>2013-05-20 04:03:34 +0100
committerMohamad Ayyash <mkayyash@google.com>2015-02-23 12:35:56 -0800
commitce5465034ef02595e84b0fa4b27894e631173d33 (patch)
tree07351753552af17e388dfb72314fd8e828286949 /squashfs-tools/info.c
parent0e1656d12ed8573d94f4c2735134aeb7c1a8f5b2 (diff)
downloadsquashfs-tools-ce5465034ef02595e84b0fa4b27894e631173d33.tar.gz
caches-queues-list: update informational printf in dump_state()
The uncompressed fragment buffers are now queued directly by the reader thread, rather than being queued by the deflate thread(s) Signed-off-by: Phillip Lougher <phillip@squashfs.org.uk>
Diffstat (limited to 'squashfs-tools/info.c')
-rw-r--r--squashfs-tools/info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/squashfs-tools/info.c b/squashfs-tools/info.c
index 6b0ee89..5c17181 100644
--- a/squashfs-tools/info.c
+++ b/squashfs-tools/info.c
@@ -96,7 +96,7 @@ void dump_state()
printf("file buffer queue (reader thread -> deflate thread(s))\n");
dump_queue(from_reader);
- printf("\nuncompressed fragment queue (deflate thread(s) -> main"
+ printf("\nuncompressed fragment queue (reader thread -> main"
" thread)\n");
dump_seq_queue(to_main, 1);