summaryrefslogtreecommitdiff
path: root/src/VBox/Main/src-server/VFSExplorerImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Main/src-server/VFSExplorerImpl.cpp')
-rw-r--r--src/VBox/Main/src-server/VFSExplorerImpl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/VBox/Main/src-server/VFSExplorerImpl.cpp b/src/VBox/Main/src-server/VFSExplorerImpl.cpp
index dda5c6e99..3956b57af 100644
--- a/src/VBox/Main/src-server/VFSExplorerImpl.cpp
+++ b/src/VBox/Main/src-server/VFSExplorerImpl.cpp
@@ -1,4 +1,4 @@
-/* $Id: VFSExplorerImpl.cpp $ */
+/* $Id: VFSExplorerImpl.cpp 37678 2011-06-29 08:24:09Z vboxsync $ */
/** @file
*
* IVFSExplorer COM class implementations.
@@ -249,7 +249,7 @@ DECLCALLBACK(int) VFSExplorer::TaskVFSExplorer::taskThread(RTTHREAD /* aThread *
break;
}
- LogFlowFunc(("rc=%Rhrc\n", rc));
+ LogFlowFunc(("rc=%Rhrc\n", rc)); NOREF(rc);
LogFlowFuncLeave();
return VINF_SUCCESS;