Ignore:
Timestamp:
2010-05-12T10:29:16+12:00 (14 years ago)
Author:
sjm84
Message:

Added error messages to these files that are printed when a write handle cannot be opened

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/dbutil/jdbm.pm

    r21856 r22076  
    6464  if (!open($infodb_file_handle, "| $txt2jdb_cmd"))
    6565  {
    66     return undef;
     66      print STDERR "Error: Failed to open pipe to $txt2jdb_cmd";
     67      print STDERR "       $!\n";
     68      return undef;
    6769  }
    6870
Note: See TracChangeset for help on using the changeset viewer.