aboutsummaryrefslogtreecommitdiff
path: root/lib/App/Glacier/Job/InventoryRetrieval.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/App/Glacier/Job/InventoryRetrieval.pm')
-rw-r--r--lib/App/Glacier/Job/InventoryRetrieval.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/App/Glacier/Job/InventoryRetrieval.pm b/lib/App/Glacier/Job/InventoryRetrieval.pm
index e73546e..d9aa545 100644
--- a/lib/App/Glacier/Job/InventoryRetrieval.pm
+++ b/lib/App/Glacier/Job/InventoryRetrieval.pm
@@ -32,8 +32,8 @@ sub init {
} else {
$self->command->abend(EX_FAILURE,
"can't create job: ",
- $self->command->lasterr('code'),
- $self->command->last_error_message);
+ $self->glacier->lasterr('code'),
+ $self->glacier->last_error_message);
}
}
return $jid;

Return to:

Send suggestions and report system problems to the System administrator.