Re: Grammar error in error message

2022-11-16 Thread Arpad Boda
At your service:

https://github.com/apache/nifi/pull/6669

On Wed, Nov 16, 2022 at 6:49 PM Russell Bateman 
wrote:

> Yes it should be the infinitive */receive/* instead of the past
> participle /received/.
>
> On 11/16/22 08:18, Paul Schou wrote:
> > This error message does not look like it is grammatically correct:
> >
> >
> https://github.com/gkatta4113/nifi/blob/master/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ListenHTTP.java#L332
> >
> > getLogger().warn("failed to received acknowledgment for HOLD with ID {}
> > sent by {}; rolling back session", new Object[] {id,
> > wrapper.getClientIP()});
> >
> > - Paul Schou
> >
>


Re: Grammar error in error message

2022-11-16 Thread Russell Bateman
Yes it should be the infinitive */receive/* instead of the past 
participle /received/.


On 11/16/22 08:18, Paul Schou wrote:

This error message does not look like it is grammatically correct:

https://github.com/gkatta4113/nifi/blob/master/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ListenHTTP.java#L332

getLogger().warn("failed to received acknowledgment for HOLD with ID {}
sent by {}; rolling back session", new Object[] {id,
wrapper.getClientIP()});

- Paul Schou



Grammar error in error message

2022-11-16 Thread Paul Schou
This error message does not look like it is grammatically correct:

https://github.com/gkatta4113/nifi/blob/master/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ListenHTTP.java#L332

getLogger().warn("failed to received acknowledgment for HOLD with ID {}
sent by {}; rolling back session", new Object[] {id,
wrapper.getClientIP()});

- Paul Schou