]> git.lizzy.rs Git - plan9front.git/commitdiff
fix flush error string
authorcinap_lenrek <cinap_lenrek@localhost>
Mon, 22 Aug 2011 01:06:24 +0000 (03:06 +0200)
committercinap_lenrek <cinap_lenrek@localhost>
Mon, 22 Aug 2011 01:06:24 +0000 (03:06 +0200)
sys/src/cmd/telco/telco.c

index f0cb5f8eaf4ec3c90de19b6a73ab3234fa250f17..32f0c23bb33962df00a9be3d769634d53903bed5 100644 (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);
 }