VirtualBox

Ignore:
Timestamp:
Mar 10, 2017 2:14:05 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
113897
Message:

BugReportTool (bugref:8169): Fixed VM log collection bug.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxBugReport/VBoxBugReport.cpp

    r65478 r66036  
    633633    {
    634634        VBRDir VmDir(PathJoin((*it)->getLogPath(), "VBox.log*"));
    635         const char *pcszVmLogFile = HomeDir.next();
     635        const char *pcszVmLogFile = VmDir.next();
    636636        while (pcszVmLogFile)
    637637        {
    638638            report->addItem(new BugReportFile(PathJoin((*it)->getLogPath(), pcszVmLogFile),
    639639                                              PathJoin((*it)->getName(), pcszVmLogFile)));
    640             pcszVmLogFile = HomeDir.next();
     640            pcszVmLogFile = VmDir.next();
    641641        }
    642642        report->addItem(new BugReportFile((*it)->getSettingsFile(),
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette