Skip to content

Commit 7495791

Browse files
committed
Yet another attempt
1 parent fc52d90 commit 7495791

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ario/ario.hpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,9 @@ class ario
511511
m.mode = std::stoi( mode_str, nullptr, FIELD_MODE_SIZE );
512512
}
513513
catch ( const std::exception& ) {
514-
return { "Invalid member header's field" };
514+
return { "Invalid member header's field: " + m.short_name +
515+
", " + date_str +
516+
", " + uid_str + ", " + gid_str + ", " + mode_str };
515517
}
516518

517519
if ( m.short_name[0] == '/' ) {

0 commit comments

Comments
 (0)