diff --git a/src/bin/makebootable/platform/bios_ia32/makebootable.cpp b/src/bin/makebootable/platform/bios_ia32/makebootable.cpp index efd2244061..bdb9b7ce6b 100644 --- a/src/bin/makebootable/platform/bios_ia32/makebootable.cpp +++ b/src/bin/makebootable/platform/bios_ia32/makebootable.cpp @@ -483,7 +483,7 @@ main(int argc, const char *const *argv) if (ioctl(fd, B_GET_PARTITION_INFO, &partitionInfo) == 0) { partitionOffset = partitionInfo.offset; } else { - fprintf(stderr, "Error: Failed to get partition info: %s", + fprintf(stderr, "Error: Failed to get partition info: %s\n", strerror(errno)); exit(1); }