Skip to content

Commit

Permalink
show checksum in mogfiledebug
Browse files Browse the repository at this point in the history
  • Loading branch information
dormando committed Mar 30, 2012
1 parent c3dda15 commit 30f429b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mogfiledebug
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@ if (my $devids = $details->{devids}) {
print " - Raw devids: ", $devids, "\n";
}

if (my $hash = $details->{checksum}) {
print " - Stored checksum: ", $hash, "\n";
}

sub fetch_path {
my $path = shift;
my $ua = LWP::UserAgent->new;
Expand Down

0 comments on commit 30f429b

Please sign in to comment.