]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
vss.c: Kill noisy debug message.
authorAndre Noll <maan@systemlinux.org>
Wed, 24 Oct 2007 15:32:35 +0000 (17:32 +0200)
committerAndre Noll <maan@systemlinux.org>
Wed, 24 Oct 2007 15:32:35 +0000 (17:32 +0200)
vss.c

diff --git a/vss.c b/vss.c
index 826191bc100d5fb36bb9d0ed3482ff2dce36b21d..20b8055616d2ed9bd14938c0b566d24611315284 100644 (file)
--- a/vss.c
+++ b/vss.c
@@ -429,10 +429,6 @@ static void get_chunk(long unsigned chunk_num, char **buf, size_t *len)
        size_t pos = mmd->afd.afhi.chunk_table[chunk_num];
        *buf = map + pos;
        *len = mmd->afd.afhi.chunk_table[chunk_num + 1] - pos;
-
-       if (chunk_num + 5 > mmd->afd.afhi.chunks_total)
-               PARA_NOTICE_LOG("chunk %lu/%lu\n, len: %zu\n", chunk_num,
-                       mmd->afd.afhi.chunks_total, *len);
 }
 
 /**