From: Serge E. Hallyn <serue@xxxxxxxxxx> Signed-off-by: Serge E. Hallyn <serue@xxxxxxxxxx> --- ipc/checkpoint_msg.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ipc/checkpoint_msg.c b/ipc/checkpoint_msg.c index b933c19..806fe74 100644 --- a/ipc/checkpoint_msg.c +++ b/ipc/checkpoint_msg.c @@ -352,7 +352,7 @@ int restore_ipc_msg(struct ckpt_ctx *ctx, struct ipc_namespace *ns) ret = load_ipc_msg_hdr(ctx, h, msq); if (ret < 0) { - ckpt_debug("msq: need to remove (%d)\n", ret); + ckpt_error(ctx, "%(T)msq: need to remove (%d)\n", ret); freeque(ns, perms); } else ipc_unlock(perms); -- 1.6.1 _______________________________________________ Containers mailing list Containers@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/containers