]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
seccomp: replace problematic terminology
authorChristian Brauner <christian.brauner@ubuntu.com>
Mon, 14 Jun 2021 15:14:26 +0000 (17:14 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Mon, 14 Jun 2021 15:14:26 +0000 (17:14 +0200)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/seccomp.c

index e2a21c95aa3d6d1416267722fdc35bab8c644b04..5e66c81f22ef1f71d0ef9ec5a43a5289cb94017e 100644 (file)
@@ -1513,7 +1513,7 @@ retry:
        }
 
        if (resp->id != req_id) {
-               ERROR("Proxy returned response with illegal id(%llu) != id(%llu)",
+               ERROR("Proxy returned response with invalid id(%llu) != id(%llu)",
                      (long long unsigned int)resp->id, (long long unsigned int)req_id);
                resp->id = req_id;
                seccomp_notify_default_answer(fd, req, resp, hdlr);
@@ -1528,7 +1528,7 @@ retry:
        }
 
        if (resp->id != req_id) {
-               ERROR("Proxy returned response with illegal id(%llu) != id(%llu)",
+               ERROR("Proxy returned response with invalid id(%llu) != id(%llu)",
                      (long long unsigned int)resp->id, (long long unsigned int)req_id);
                resp->id = req_id;
        }