Skip to content
Snippets Groups Projects
Verified Commit b4683ba8 authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- info about volumes added

parent 53563a97
No related branches found
No related tags found
No related merge requests found
...@@ -232,6 +232,7 @@ sub execute($self, $opt, $args) { ...@@ -232,6 +232,7 @@ sub execute($self, $opt, $args) {
$results{from} = $opt->{creationdate_epochs}->{from_string}; $results{from} = $opt->{creationdate_epochs}->{from_string};
$results{to} = $opt->{creationdate_epochs}->{to_string}; $results{to} = $opt->{creationdate_epochs}->{to_string};
say STDERR "scanning volumes: ".join(" ", @{ $SLUB::LZA::TA::config{permanent_volume} });
# we need only _source->filePath and AIPID (and LZA-ID?) # we need only _source->filePath and AIPID (and LZA-ID?)
my $res = _execute($self, $opt, $args); my $res = _execute($self, $opt, $args);
$results{lines} = $res; $results{lines} = $res;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment