[haiku-commits] r41394 - haiku/trunk/src/system/kernel

  • From: philippe.houdoin@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 9 May 2011 13:49:04 +0200 (CEST)

Author: phoudoin
Date: 2011-05-09 13:49:03 +0200 (Mon, 09 May 2011)
New Revision: 41394
Changeset: https://dev.haiku-os.org/changeset/41394

Modified:
   haiku/trunk/src/system/kernel/system_info.cpp
Log:
Remove reference to SVN, now that revision is a VCS-agnostic string...


Modified: haiku/trunk/src/system/kernel/system_info.cpp
===================================================================
--- haiku/trunk/src/system/kernel/system_info.cpp       2011-05-09 01:56:20 UTC 
(rev 41393)
+++ haiku/trunk/src/system/kernel/system_info.cpp       2011-05-09 11:49:03 UTC 
(rev 41394)
@@ -54,7 +54,7 @@
 {
        kprintf("kernel build: %s %s (gcc%d %s)\n", __DATE__, __TIME__, 
__GNUC__,
                __VERSION__);
-       kprintf("SVN revision: %s\n\n", sHaikuRevision);
+       kprintf("revision: %s\n\n", sHaikuRevision);
 
        kprintf("cpu count: %ld, active times:\n", smp_get_num_cpus());
 


Other related posts:

  • » [haiku-commits] r41394 - haiku/trunk/src/system/kernel - philippe . houdoin