Index: /trunk/src/VBox/Frontends/VBoxBugReport/VBoxBugReport.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VBoxBugReport/VBoxBugReport.cpp	(revision 66035)
+++ /trunk/src/VBox/Frontends/VBoxBugReport/VBoxBugReport.cpp	(revision 66036)
@@ -633,10 +633,10 @@
     {
         VBRDir VmDir(PathJoin((*it)->getLogPath(), "VBox.log*"));
-        const char *pcszVmLogFile = HomeDir.next();
+        const char *pcszVmLogFile = VmDir.next();
         while (pcszVmLogFile)
         {
             report->addItem(new BugReportFile(PathJoin((*it)->getLogPath(), pcszVmLogFile),
                                               PathJoin((*it)->getName(), pcszVmLogFile)));
-            pcszVmLogFile = HomeDir.next();
+            pcszVmLogFile = VmDir.next();
         }
         report->addItem(new BugReportFile((*it)->getSettingsFile(),
