You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nifi.apache.org by Paul Schou <pa...@gmail.com> on 2022/11/16 15:18:35 UTC

Grammar error in error message

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

Posted by Arpad Boda <ab...@cloudera.com.INVALID>.
At your service:

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

On Wed, Nov 16, 2022 at 6:49 PM Russell Bateman <ru...@windofkeltia.com>
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

Posted by Russell Bateman <ru...@windofkeltia.com>.
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
>