You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/09/23 14:48:22 UTC

svn commit: r818083 - /commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Main.java

Author: mturk
Date: Wed Sep 23 12:48:21 2009
New Revision: 818083

URL: http://svn.apache.org/viewvc?rev=818083&view=rev
Log:
Dump getProcessor as well

Modified:
    commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Main.java

Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Main.java
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Main.java?rev=818083&r1=818082&r2=818083&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Main.java (original)
+++ commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Main.java Wed Sep 23 12:48:21 2009
@@ -52,7 +52,8 @@
                     Version.PATCH);
                 System.out.println("Native build : " +
                     Version.BUILDMARK + " for " +
-                    Os.getSysname() + "/"  + Os.getMachine());
+                    Os.getSysname() + "/"  + Os.getMachine() +  " (" +
+                    Os.getProcessor() + ")");
                 System.out.println("Package id   : " +
                     Properties.VERSION_UUID  + " (" +
                     Properties.VERSION_BUILT + ")");