Index: /trunk/src/VBox/Main/src-all/VirtualBoxBase.cpp
===================================================================
--- /trunk/src/VBox/Main/src-all/VirtualBoxBase.cpp	(revision 61325)
+++ /trunk/src/VBox/Main/src-all/VirtualBoxBase.cpp	(revision 61326)
@@ -622,5 +622,5 @@
                             this->getClassIID(),
                             this->getComponentName(),
-                            Utf8Str("%Rrc", vrc),
+                            Utf8StrFmt("%Rrc", vrc),
                             false /* aWarning */,
                             true /* aLogIt */,
@@ -670,5 +670,5 @@
                             this->getClassIID(),
                             this->getComponentName(),
-                            Utf8Str("%Rrc", vrc),
+                            Utf8StrFmt("%Rrc", vrc),
                             false /* aWarning */,
                             true /* aLogIt */,
