Skip to content

Commit

Permalink
This was for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
yannk committed Jun 10, 2010
1 parent f77d7d0 commit 6e8af06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Avro/DataFileReader.pm
Expand Up @@ -70,7 +70,7 @@ sub read_file_header {
writer_schema => $Avro::DataFile::HEADER_SCHEMA, writer_schema => $Avro::DataFile::HEADER_SCHEMA,
reader => $datafile->{fh}, reader => $datafile->{fh},
); );
confess "Magic '$data->{magic}' doesn't match" croak "Magic '$data->{magic}' doesn't match"
unless $data->{magic} eq Avro::DataFile->AVRO_MAGIC; unless $data->{magic} eq Avro::DataFile->AVRO_MAGIC;


$datafile->{sync_marker} = $data->{sync} $datafile->{sync_marker} = $data->{sync}
Expand Down

0 comments on commit 6e8af06

Please sign in to comment.