Ignore:
Timestamp:
2020-05-06T08:02:11+12:00 (4 years ago)
Author:
kjdon
Message:

modified a couple of error strings to be more helpful

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/src/org/greenstone/gatherer/greenstone/Classifiers.java

    r31636 r34110  
    159159        int exitVal = process.runProcess();
    160160        if(exitVal != 0) {
    161             throw new Exception("*** Error running classify.pl loadClassifierInfo, process exited with: "
     161            throw new Exception("*** Error running classinfo.pl loadClassifierInfo, ("+args.toString()+") process exited with: "
    162162                    + exitVal);
    163163        }
     
    222222        int exitVal = process.runProcess();
    223223        if(exitVal != 0) {
    224             throw new Exception("*** Error running classify.pl loadClassifiersList, process exited with: "
     224            throw new Exception("*** Error running classinfo.pl loadClassifiersList ("+args.toString()+"), process exited with: "
    225225                    + exitVal);
    226226        }
Note: See TracChangeset for help on using the changeset viewer.