Changeset 1645 for MDUTILS


Ignore:
Timestamp:
12/09/11 15:44:16 (12 years ago)
Author:
vronk
Message:

minor

Location:
MDUTILS
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • MDUTILS/src/eu/clarin/cmdi/mdservice/internal/Utils.java

    r1622 r1645  
    9696                        config_file = loader.getResourceAsStream(configPath);
    9797                        if (config_file == null) {
    98                             log.error("CONFIGURATION ERROR: Properties file not found!");
     98                            log.error("CONFIGURATION ERROR: Properties file not found! " +  configPath);
    9999                        } else {
    100100                                log.debug("Reading configuration from: " + loader.getResource(configPath));
Note: See TracChangeset for help on using the changeset viewer.