IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24331


Ignore:
Timestamp:
Jun 4, 2009, 3:37:55 PM (17 years ago)
Author:
jhoblitt
Message:

remove unused IO::File
improve an error message in _get_storage_volume()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/lib/Nebulous/Server.pm

    r24329 r24331  
    2020use File::Path;
    2121use File::Spec;
    22 use IO::File;
    2322use Log::Log4perl qw( :levels );
    2423use Nebulous::Key qw( parse_neb_key parse_neb_volume );
     
    18151814            unless ($rows > 0) {
    18161815                $query->finish;
    1817                 $log->logdie("no storage volume is available");
     1816                $log->logdie("no storage volume is available for key: $key volume: $name soft: $soft_volume");
    18181817            }
    18191818        }
Note: See TracChangeset for help on using the changeset viewer.