19 lines
749 B
Diff
19 lines
749 B
Diff
--- ccze-0.2.1.orig/src/ccze-wordcolor.c
|
|
+++ ccze-0.2.1/src/ccze-wordcolor.c
|
|
@@ -37,13 +37,13 @@
|
|
"warn", "restart", "exit", "stop", "end", "shutting", "down", "close",
|
|
"unreach", "can't", "cannot", "skip", "deny", "disable", "ignored",
|
|
"miss", "oops", "not", "backdoor", "blocking", "ignoring",
|
|
- "unable", "readonly", "offline", "terminate", "empty"
|
|
+ "unable", "readonly", "offline", "terminate", "empty", "virus"
|
|
};
|
|
|
|
static char *words_good[] = {
|
|
"activ", "start", "ready", "online", "load", "ok", "register", "detected",
|
|
"configured", "enable", "listen", "open", "complete", "attempt", "done",
|
|
- "check", "listen", "connect", "finish"
|
|
+ "check", "listen", "connect", "finish", "clean"
|
|
};
|
|
|
|
static char *words_error[] = {
|