fix flush error string
This commit is contained in:
parent
68576f5119
commit
5f59367beb
1 changed files with 1 additions and 1 deletions
|
@ -696,7 +696,7 @@ void
|
||||||
takeanote(void *u, char *note)
|
takeanote(void *u, char *note)
|
||||||
{
|
{
|
||||||
USED(u);
|
USED(u);
|
||||||
if(strstr(note, "flushed"))
|
if(strstr(note, "interrupted"))
|
||||||
noted(NCONT);
|
noted(NCONT);
|
||||||
noted(NDFLT);
|
noted(NDFLT);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue