Index: /trunk/src/VBox/Runtime/common/log/log.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/log/log.cpp	(revision 49938)
+++ /trunk/src/VBox/Runtime/common/log/log.cpp	(revision 49939)
@@ -2627,5 +2627,5 @@
 
     int rc;
-    int cBackoff = 0;
+    unsigned cBackoff = 0;
     do
     {
@@ -2735,5 +2735,5 @@
 
             int rc;
-            int cBackoff = 0;
+            unsigned cBackoff = 0;
             do
             {
