>
> Fwiw, this is a complex but obscure enough issue that's hard to explain in
> two sentences. It will trigger false positives that result in bug reports,
> especially with messages like "maybe not broken" - that's probably quite
> confusing to users.
>
> So how about changing the warning to inc
On Wed, Feb 12, 2014 at 11:02 AM, Egbert Eich wrote:
> From: Egbert Eich
>
> Worn out pens have an initial pressure != 0. If this condition happens
> 3 consecutive times warn about it. If the condition doesn't persist,
> also notify.
> This condition may also occur intermittently on abusive opera
On Wed, Feb 12, 2014 at 08:02:12PM +0100, Egbert Eich wrote:
> From: Egbert Eich
>
> Worn out pens have an initial pressure != 0. If this condition happens
> 3 consecutive times warn about it. If the condition doesn't persist,
> also notify.
> This condition may also occur intermittently on abusi
From: Egbert Eich
Worn out pens have an initial pressure != 0. If this condition happens
3 consecutive times warn about it. If the condition doesn't persist,
also notify.
This condition may also occur intermittently on abusive operation.
Signed-off-by: Egbert Eich
---
src/wcmCommon.c | 55