diff options
author | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2019-01-01 20:13:07 +0000 |
---|---|---|
committer | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2019-01-01 20:13:07 +0000 |
commit | fd40cef259ece463f0b9b8afa932627298001020 (patch) | |
tree | 3e815c25c5a02f78b388eff8d6c94aa053646537 /src/VBox/Main/src-server/BandwidthGroupImpl.cpp | |
parent | bab1ece54275c4194ac417ef07d88fdc51d70606 (diff) | |
download | VirtualBox-svn-fd40cef259ece463f0b9b8afa932627298001020.tar.gz |
Main: Don't use Logging.h.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@76592 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Main/src-server/BandwidthGroupImpl.cpp')
-rw-r--r-- | src/VBox/Main/src-server/BandwidthGroupImpl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/VBox/Main/src-server/BandwidthGroupImpl.cpp b/src/VBox/Main/src-server/BandwidthGroupImpl.cpp index 182e6cddac9..61d97123e80 100644 --- a/src/VBox/Main/src-server/BandwidthGroupImpl.cpp +++ b/src/VBox/Main/src-server/BandwidthGroupImpl.cpp @@ -1,6 +1,5 @@ /* $Id$ */ /** @file - * * VirtualBox COM class implementation */ @@ -16,12 +15,13 @@ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ +#define LOG_GROUP LOG_GROUP_MAIN_BANDWIDTHGROUP #include "BandwidthGroupImpl.h" #include "MachineImpl.h" #include "Global.h" #include "AutoCaller.h" -#include "Logging.h" +#include "LoggingNew.h" #include <iprt/cpp/utils.h> |