IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15033


Ignore:
Timestamp:
Sep 26, 2007, 11:58:25 AM (19 years ago)
Author:
jhoblitt
Message:

fix DataStore::Response object method usage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStore/scripts/dsget

    r14887 r15033  
    33# Copyright (C) 2006  Joshua Hoblitt
    44#
    5 # $Id: dsget,v 1.3 2007-09-19 04:40:21 jhoblitt Exp $
     5# $Id: dsget,v 1.4 2007-09-26 21:58:25 jhoblitt Exp $
    66
    77use strict;
     
    7171
    7272die "request failed" unless defined $response;
    73 die "request failed: ", $response->status unless $response->is_success;
     73die "request failed: ", $response->status_line unless $response->is_success;
    7474
    7575# file retreival succeed
Note: See TracChangeset for help on using the changeset viewer.