[Crosstoolchain-logs] [device-tree-compiler] 172/357: dtc: Remove leftover debugging printf() from mangle-layout

Hector Oron zumbi at moszumanska.debian.org
Thu Dec 8 17:06:10 UTC 2016


This is an automated email from the git hooks/post-receive script.

zumbi pushed a commit to branch upstream/1.3.x
in repository device-tree-compiler.

commit 7e14259791129d42527553461349b261d9e48bd8
Author: David Gibson <david at gibson.dropbear.id.au>
Date:   Tue Oct 30 13:17:15 2007 +1100

    dtc: Remove leftover debugging printf() from mangle-layout
    
    The mangle-layout testcase/utility had a leftover debugging printf().
    This patch removes it.
    
    Signed-off-by: David Gibson <david at gibson.dropbear.id.au>
---
 tests/mangle-layout.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/mangle-layout.c b/tests/mangle-layout.c
index a20af00..efd6aab 100644
--- a/tests/mangle-layout.c
+++ b/tests/mangle-layout.c
@@ -96,8 +96,6 @@ void add_block(struct bufstate *buf, int version, char block, const void *fdt)
 	}
 
 	offset = ALIGN(buf->size, align);
-	fprintf(stderr, "Moving block %c from %p, to offset %d, size %d\n",
-		block, src, offset, size);
 
 	expand_buf(buf, offset+size);
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/crosstoolchain/device-tree-compiler.git



More information about the Crosstoolchain-logs mailing list