Diff between 6bbb22a096f98b9619e0604bd98326d9f4adcb17 and f7223673761da5e119d77418a6ba4ad0e4acb183
Changed Files
| File | Additions | Deletions | Status |
| monitor/analyze.c | +0 | -1 | modified |
Full Patch
diff --git a/monitor/analyze.c b/monitor/analyze.c
index 784f9a0..a6feae6 100644
--- a/monitor/analyze.c
+++ b/monitor/analyze.c
@@ -381,7 +381,6 @@ void analyze_trace(const char *path)
user_log(&tv, index, buf, pktlen);
break;
default:
- fprintf(stderr, "Unknown opcode %u\n", opcode);
unknown_opcode(&tv, index, buf, pktlen);
break;
}