summaryrefslogtreecommitdiffstats
path: root/main.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'main.cxx')
-rw-r--r--main.cxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/main.cxx b/main.cxx
index 23ab3b2f..edb72768 100644
--- a/main.cxx
+++ b/main.cxx
@@ -713,7 +713,12 @@ main (int argc, char * const argv [])
// arguments parsed; get down to business
if (s.verbose > 1)
- version ();
+ {
+ version ();
+ clog << "Session arch: " << s.architecture
+ << " release: " << s.kernel_release
+ << endl;
+ }
// Create a temporary directory to build within.
// Be careful with this, as "s.tmpdir" is "rm -rf"'d at the end.