minor adjustments

This commit is contained in:
Fancy Zhang
2020-07-04 14:37:28 +08:00
parent e4437071c9
commit 9f4c980c3e
4 changed files with 14 additions and 7 deletions

View File

@@ -233,7 +233,7 @@ class cgproxyd {
void startExecsnoopThread() {
if (!EXECSNOOP::loadExecsnoopLib() || EXECSNOOP::_startThread == NULL) {
error("execsnoop not ready to start, maybe bcc not installed");
error("execsnoop not ready to start, maybe missing libbpf");
return;
}