summaryrefslogtreecommitdiff
path: root/disk
diff options
context:
space:
mode:
authorMathieu J. Poirier <mathieu.poirier@linaro.org>2011-05-31 11:43:46 -0600
committerMathieu J. Poirier <mathieu.poirier@linaro.org>2011-05-31 11:47:15 -0600
commitba579b18341dceea4da16b2d026ad4f3c559c2b1 (patch)
treeddb90f0547c37f9e69b7ad40f93999828082dc62 /disk
parent9ab1032e6771f3ba92e85b9eb94f2f35a94943cc (diff)
Silencing TOC and itp error messages not applicable to snowball.
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Diffstat (limited to 'disk')
-rw-r--r--disk/part_toc.c4
1 files changed, 2 insertions, 2 deletions
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;
}