Re: [Shoal-Dev] Trivial bug(about a log message)
Thanks Bongjae.
Bongjae Chang wrote:
> Hi,
> Ifixed the bug and checked in it.
> https://shoal.dev.java.net/issues/show_bug.cgi?id=87
> Thanks.
> --
> Bongjae Chang
>
> ----- Original Message -----
> *From:* ÀåºÀÀç <mailto:carryel_at_korea.com>
> *To:* dev_at_shoal.dev.java.net <mailto:dev_at_shoal.dev.java.net>
> *Sent:* Friday, May 08, 2009 11:51 PM
> *Subject:* Re: [Shoal-Dev] Trivial bug(about a log message)
>
> Sure. Iwill donext Monday.
>
> Thanks.
>
> ------------ Original Message ------------
> *From :* 'Shreedhar Ganapathy'<Shreedhar.Ganapathy_at_Sun.COM
> <mailto:Shreedhar.Ganapathy_at_Sun.COM>>
> *To :* dev_at_shoal.dev.java.net <mailto:dev_at_shoal.dev.java.net>
> *Sent :* Fri, 08 May 2009 07:28:23 -0700
> *Subject :* Re: [Shoal-Dev] Trivial bug(about a log message)
>
> Hi Bongjae
> Thanks for the find. Could you file a bug and checkin this fix?
>
> Thanks a lot
> Shreedhar
>
> Bongjae Chang wrote:
>
>> Hi,
>> I found a trivial bug about a log message.
>> In ViewWindow.java's addInDoubtMemberSignals()
>> -----
>> ...
>> logger.log(Level.INFO, "gms.failureSuspectedEventReceived",
>> *token* );
>> ...
>> -----
>> In LogStrings.properties
>> -----
>> ...
>> gms.failureSuspectedEventReceived=Received
>> FailureSuspectedEvent for Member: {0} of Group: *{1}*
>> ...
>> -----
>> The groupName parameteris missing.
>> It should be modified like this.
>> -----
>> ...
>> logger.log(Level.INFO, "gms.failureSuspectedEventReceived",
>> *new Object[]{token,groupName}* );
>> ...
>> -----
>> Thanks.
>> --
>> Bongjae Chang
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_shoal.dev.java.net For
> additional commands, e-mail: dev-help_at_shoal.dev.java.net
>