diff --git a/src/shutdown.c b/src/shutdown.c index df2d850afd0..a2f3b539b30 100644 --- a/src/shutdown.c +++ b/src/shutdown.c @@ -323,8 +323,10 @@ int main(int argc, char *argv[]) { /* If we are in a container, just exit, this will kill our * container for good. */ - if (in_container) + if (in_container) { + log_error("Exiting container."); exit(0); + } sync();