summaryrefslogtreecommitdiff
path: root/disk
diff options
context:
space:
mode:
authorMathieu J. Poirier <mathieu.poirier@linaro.org>2011-05-31 11:43:46 -0600
committerMats Bergstrom <mats.m.bergstrom@stericsson.com>2011-10-06 12:46:34 +0200
commit84f955c017bbef62c2185395136e0e7793230e80 (patch)
tree86019d8879b89746b37fa1ce911606ea5a648485 /disk
parent0701352c0467e66034092645c32d02a394b03399 (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;
}