We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc52d90 commit 7495791Copy full SHA for 7495791
ario/ario.hpp
@@ -511,7 +511,9 @@ class ario
511
m.mode = std::stoi( mode_str, nullptr, FIELD_MODE_SIZE );
512
}
513
catch ( const std::exception& ) {
514
- return { "Invalid member header's field" };
+ return { "Invalid member header's field: " + m.short_name +
515
+ ", " + date_str +
516
+ ", " + uid_str + ", " + gid_str + ", " + mode_str };
517
518
519
if ( m.short_name[0] == '/' ) {
0 commit comments