Skip to content

Commit bcf9091

Browse files
debug
1 parent 3d5c09e commit bcf9091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

squashfs-mount.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ static mount_entry_t *parse_mount_entries(const char **argv, int argc) {
204204
// parse offset
205205
offset = strtoul(offset_str, &endptr, 10);
206206
if (errno != 0 || *endptr != '\0') {
207-
errx(EXIT_FAILURE, "invalid value in offset (=%lu): %s", offset, argv[i]);
207+
errx(EXIT_FAILURE, "invalid value in offset: %s from %s", offset_str, argv[i]);
208208
}
209209
// expect file_and_offset only contains one `@`
210210
if (strtok(NULL, "@")) {

0 commit comments

Comments
 (0)