diff options
Diffstat (limited to 'external')
-rw-r--r-- | external/ffspart/ffspart.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/external/ffspart/ffspart.c b/external/ffspart/ffspart.c index 7fd78e9..d737e30 100644 --- a/external/ffspart/ffspart.c +++ b/external/ffspart/ffspart.c @@ -226,8 +226,8 @@ static int parse_entry(struct blocklevel_device *bl, } rc = ffs_entry_add(tocs[toc], new_entry); if (rc) { - fprintf(stderr, "Couldn't add '%s' parition to TOC %d\n", - name, toc); + fprintf(stderr, "Couldn't add '%s' partition to TOC %d: %d\n", + name, toc, rc); ffs_entry_put(new_entry); return rc; } |