Revision 5422
Added by ben leinfelder over 14 years ago
src/edu/ucsb/nceas/metacat/DocumentImpl.java | ||
---|---|---|
1427 | 1427 |
} |
1428 | 1428 |
|
1429 | 1429 |
if (accNumber == null) { |
1430 |
throw new McdbException("Could not write document file. Account number is null" );
|
|
1430 |
throw new McdbException("Could not write document file. Accession Number number is null" );
|
|
1431 | 1431 |
} |
1432 | 1432 |
|
1433 | 1433 |
if (FileUtil.getFileStatus(documentPath) >= FileUtil.EXISTS_ONLY) { |
Also available in: Unified diff
Correct log warning message - not "Account" but "Accession" number