Index: /trunk/src/VBox/Devices/PC/DevRTC.cpp
===================================================================
--- /trunk/src/VBox/Devices/PC/DevRTC.cpp	(revision 72062)
+++ /trunk/src/VBox/Devices/PC/DevRTC.cpp	(revision 72063)
@@ -246,5 +246,5 @@
 #ifdef IN_RING3
         if (TMTimerIsActive(pThis->CTX_SUFF(pPeriodicTimer)) && pThis->cRelLogEntries++ < 64)
-            LogRel(("RTC: stopped the periodic timer\n"));
+            LogRel(("RTC: Stopped the periodic timer\n"));
 #endif
         TMTimerStop(pThis->CTX_SUFF(pPeriodicTimer));
@@ -877,5 +877,5 @@
     else
     {
-        LogRel(("RTC: stopped the periodic timer (restore)\n"));
+        LogRel(("RTC: Stopped the periodic timer (restore)\n"));
         pThis->CurLogPeriod  = 0;
         pThis->CurHintPeriod = 0;
