Changeset 763


Ignore:
Timestamp:
06/13/17 17:53:49 (7 years ago)
Author:
Kris Deugau
Message:

/trunk

Clarify an error a little by including the (MIA) pathname being complained about

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DNSDB.pm

    r755 r763  
    59955995  # Error check - does the cache dir exist, if we're using one?
    59965996  if ($self->{usecache}) {
    5997     die "Cache directory does not exist\n" if !-e $self->{exportcache};
     5997    die "Cache directory $self->{exportcache} does not exist\n" if !-e $self->{exportcache};
    59985998    die "$self->{exportcache} is not a directory\n" if !-d $self->{exportcache};
    59995999    die "$self->{exportcache} must be both readable and writable\n"
Note: See TracChangeset for help on using the changeset viewer.