Changeset 2754


Ignore:
Timestamp:
03/27/13 12:54:05 (11 years ago)
Author:
twagoo
Message:

Reduced log level for 'profile not found' situation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ComponentRegistry/trunk/ComponentRegistry/src/main/java/clarin/cmdi/componentregistry/impl/database/ComponentRegistryDbImpl.java

    r2561 r2754  
    242242        } else {
    243243            // May exist, but not in this workspace
    244             LOG.warn("Could not find profile '{}' in registry '{}'", new Object[]{id, this.toString()});
     244            LOG.debug("Could not find profile '{}' in registry '{}'", new Object[]{id, this.toString()});
    245245            return null;
    246246        }
     
    266266        } else {
    267267            // May exist, but not in this workspace
    268             LOG.warn("Could not find component '{}' was in registry '{}'", new Object[]{id, this.toString()});
     268            LOG.info("Could not find component '{}' was in registry '{}'", new Object[]{id, this.toString()});
    269269            return null;
    270270        }
Note: See TracChangeset for help on using the changeset viewer.