OK, I'll do it posthumously.
On Mon, Oct 10, 2016 at 12:52 PM, David Jencks <[email protected]> wrote: > Hi, > > I prefer to open jira issues even for such simple changes as this so there’s > a complete record in jira of everything that happened. > > thanks > david jencks > >> On Oct 10, 2016, at 9:17 AM, [email protected] wrote: >> >> Author: bimargulies >> Date: Mon Oct 10 16:17:11 2016 >> New Revision: 1764148 >> >> URL: http://svn.apache.org/viewvc?rev=1764148&view=rev >> Log: >> No jira: reduce log level for SCR noting the absence of MetaType to info, as >> it works just fine without it. >> >> Modified: >> >> felix/trunk/scr/src/main/java/org/apache/felix/scr/impl/config/ScrManagedServiceServiceFactory.java >> >> Modified: >> felix/trunk/scr/src/main/java/org/apache/felix/scr/impl/config/ScrManagedServiceServiceFactory.java >> URL: >> http://svn.apache.org/viewvc/felix/trunk/scr/src/main/java/org/apache/felix/scr/impl/config/ScrManagedServiceServiceFactory.java?rev=1764148&r1=1764147&r2=1764148&view=diff >> ============================================================================== >> --- >> felix/trunk/scr/src/main/java/org/apache/felix/scr/impl/config/ScrManagedServiceServiceFactory.java >> (original) >> +++ >> felix/trunk/scr/src/main/java/org/apache/felix/scr/impl/config/ScrManagedServiceServiceFactory.java >> Mon Oct 10 16:17:11 2016 >> @@ -58,7 +58,7 @@ public class ScrManagedServiceServiceFac >> // assume MetaType Service API not available >> logger >> .log( >> - LogService.LOG_ERROR, >> + LogService.LOG_INFO, >> "Cannot create MetaType providing ManagedService; not >> providing Metatype information but just accepting configuration", >> null ); >> } >> >> >
