nsjail: more debug messages

This commit is contained in:
Robert Swiecki 2018-05-28 02:04:03 +02:00
parent ff63b2ed4f
commit fbf484f933

View File

@ -31,6 +31,8 @@
#include <termios.h>
#include <unistd.h>
#include <memory>
#include "cmdline.h"
#include "logs.h"
#include "macros.h"
@ -224,5 +226,6 @@ int main(int argc, char* argv[]) {
/* Try to restore the underlying console's params in case some program has changed it */
nsjail::setTC(STDIN_FILENO, trm.get());
LOG_D("Returning with %d", ret);
return ret;
}