diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2008-02-13 10:20:38 -0800 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2008-02-13 10:20:38 -0800 |
commit | da0b9b2b01971f73d0dc072f538ef43aac0ee49d (patch) | |
tree | a697540e12ea216e0b1092006d6b1edb4ead0963 /log.c | |
parent | 914ebf772762511c27b5876267c1c06db824bff1 (diff) |
1.0-96261.0-9626
Diffstat (limited to 'log.c')
-rw-r--r-- | log.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -147,6 +147,8 @@ void log_init(Options *op) BOOLSTR(op->no_kernel_module)); log_printf(op, TRUE, NULL, " force SELinux : %s", SELINUXSTR(op->selinux_option)); + log_printf(op, TRUE, NULL, " no X server check : %s", + BOOLSTR(op->no_x_check)); log_printf(op, TRUE, NULL, " force tls : %s", TLSSTR(op->which_tls)); #if defined(NV_X86_64) |