IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24209


Ignore:
Timestamp:
May 16, 2009, 12:42:07 PM (17 years ago)
Author:
bills
Message:

avoid trying to print undefined string in error condition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PS-IPP-Config/lib/PS/IPP/Config.pm

    r24040 r24209  
    566566
    567567    if (defined $scheme and lc($scheme) eq 'neb') {
     568        my $save_name = $name;
    568569        $name = eval { $self->nebulous->create( $name ) };
    569570
    570571        if ($@ or not defined $name) {
    571             carp "Unable to create Nebulous handle $name";
     572            carp "Unable to create Nebulous handle $save_name";
    572573            return undef;
    573574        }
Note: See TracChangeset for help on using the changeset viewer.