Project

General

Profile

« Previous | Next » 

Revision 5422

Correct log warning message - not "Account" but "Accession" number

View differences:

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