mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
d193f95d07
The error message added here provides no value as the caller already knows all the added details. However it is covering up the underyling system error (typically `ENOTSUP`). There is no way to handle this error before this change. Signed-off-by: Brian Goff <cpuguy83@gmail.com>