You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by David Jencks <da...@yahoo.com.INVALID> on 2016/10/10 16:52:54 UTC

Re: svn commit: r1764148 - /felix/trunk/scr/src/main/java/org/apache/felix/scr/impl/config/ScrManagedServiceServiceFactory.java

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, bimargulies@apache.org 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 );
>         }
> 
> 


Re: svn commit: r1764148 - /felix/trunk/scr/src/main/java/org/apache/felix/scr/impl/config/ScrManagedServiceServiceFactory.java

Posted by Benson Margulies <bi...@gmail.com>.
OK, I'll do it posthumously.


On Mon, Oct 10, 2016 at 12:52 PM, David Jencks
<da...@yahoo.com.invalid> 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, bimargulies@apache.org 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 );
>>         }
>>
>>
>