fix flush error string

This commit is contained in:
cinap_lenrek 2011-08-22 03:06:24 +02:00
parent 68576f5119
commit 5f59367beb

View file

@ -696,7 +696,7 @@ void
takeanote(void *u, char *note)
{
USED(u);
if(strstr(note, "flushed"))
if(strstr(note, "interrupted"))
noted(NCONT);
noted(NDFLT);
}