From ba579b18341dceea4da16b2d026ad4f3c559c2b1 Mon Sep 17 00:00:00 2001 From: "Mathieu J. Poirier" Date: Tue, 31 May 2011 11:43:46 -0600 Subject: Silencing TOC and itp error messages not applicable to snowball. Signed-off-by: Mathieu Poirier --- disk/part_toc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'disk') diff --git a/disk/part_toc.c b/disk/part_toc.c index d0d872a43..71cd87b62 100644 --- a/disk/part_toc.c +++ b/disk/part_toc.c @@ -166,7 +166,7 @@ static toc_entry_t *toc_get_entry_subtoc(toc_entry_t *toc) break; } - printf("sub TOC not found!\n"); + HREF_PRINTF("sub TOC not found!\n"); return NULL; } @@ -549,7 +549,7 @@ int toc_load_toc_entry(block_dev_desc_t *dev_desc, const char *toc_id, if (get_entry_info_toc(dev_desc, toc_id, &entry_offset, &entry_size, &entry_loadaddr)) { - printf("toc_load_toc_entry: get_entry_info_toc failed\n"); + HREF_PRINTF("toc_load_toc_entry: get_entry_info_toc failed\n"); return 1; } -- cgit v1.2.3