diff options
author | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2018-03-29 12:11:19 +0000 |
---|---|---|
committer | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2018-03-29 12:11:19 +0000 |
commit | 23faffafe9921cab49719d1eee2100a1c6ebd788 (patch) | |
tree | 25339f688a4040320a0f9104b334dbfb32c1aa5a /src/VBox/Main/src-client/GuestFsObjInfoImpl.cpp | |
parent | f8810b6f7f76f6db05397496beab5a90c8efef66 (diff) | |
download | VirtualBox-svn-23faffafe9921cab49719d1eee2100a1c6ebd788.tar.gz |
Guest Control/Main: GuestFsObjInfo logging.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@71567 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Main/src-client/GuestFsObjInfoImpl.cpp')
-rw-r--r-- | src/VBox/Main/src-client/GuestFsObjInfoImpl.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/VBox/Main/src-client/GuestFsObjInfoImpl.cpp b/src/VBox/Main/src-client/GuestFsObjInfoImpl.cpp index 13c34274455..5a66f98a97c 100644 --- a/src/VBox/Main/src-client/GuestFsObjInfoImpl.cpp +++ b/src/VBox/Main/src-client/GuestFsObjInfoImpl.cpp @@ -4,7 +4,7 @@ */ /* - * Copyright (C) 2012-2017 Oracle Corporation + * Copyright (C) 2012-2018 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is free software; @@ -42,7 +42,7 @@ DEFINE_EMPTY_CTOR_DTOR(GuestFsObjInfo) HRESULT GuestFsObjInfo::FinalConstruct(void) { - LogFlowThisFunc(("\n")); + LogFlowThisFuncEnter(); return BaseFinalConstruct(); } @@ -79,12 +79,12 @@ int GuestFsObjInfo::init(const GuestFsObjData &objData) */ void GuestFsObjInfo::uninit(void) { - LogFlowThisFunc(("\n")); - /* Enclose the state transition Ready->InUninit->NotReady. */ AutoUninitSpan autoUninitSpan(this); if (autoUninitSpan.uninitDone()) return; + + LogFlowThisFuncEnter(); } // implementation of wrapped private getters/setters for attributes |