~ubuntu-branches/ubuntu/vivid/virtualbox/vivid

« back to all changes in this revision

Viewing changes to src/VBox/Frontends/VBoxBalloonCtrl/VBoxWatchdog.cpp

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2013-03-31 23:25:01 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20130331232501-l72jhvixkeyyz6xc
Tags: 4.2.10-dfsg-0ubuntu1
* Start the virtualbox-guest-x11 init script earlier.
  The vboxvideo module needs to be loaded before X starts.
* Change runlevels of virtualbox-guest-x11 init script on upgrade.
* Fix build failure with the Debian wheezy kernel which backports the drm
  subsystem from Linux 3.4. (Closes: #703358)
* Drop build-dependency on bcc as it's not needed anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
462
462
                               itGroup->first.c_str(), vecMembers.size()));
463
463
            if (!vecMembers.size())
464
464
            {
465
 
                serviceLogVerbose(("Deleteting group \"%s\n", itGroup->first.c_str()));
 
465
                serviceLogVerbose(("Deleting group \"%s\"\n", itGroup->first.c_str()));
466
466
                g_mapGroup.erase(itGroup);
467
467
            }
468
468