summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/PlatformInfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceGrid/PlatformInfo.cpp')
-rw-r--r--cpp/src/IceGrid/PlatformInfo.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/cpp/src/IceGrid/PlatformInfo.cpp b/cpp/src/IceGrid/PlatformInfo.cpp
index e811cfba5c9..8c0843f2cd9 100644
--- a/cpp/src/IceGrid/PlatformInfo.cpp
+++ b/cpp/src/IceGrid/PlatformInfo.cpp
@@ -66,12 +66,12 @@ getLocalizedPerfName(int idx, const Ice::LoggerPtr& logger)
if(err != ERROR_SUCCESS)
{
- Ice::Warning out(logger);
- out << "Unable to lookup the performance counter name:\n";
- out << pdhErrorToString(err);
- out << "\nThis usually occurs when you do not have sufficient privileges";
-
- throw Ice::SyscallException(__FILE__, __LINE__, err);
+ Ice::Warning out(logger);
+ out << "Unable to lookup the performance counter name:\n";
+ out << pdhErrorToString(err);
+ out << "\nThis usually occurs when you do not have sufficient privileges";
+
+ throw Ice::SyscallException(__FILE__, __LINE__, err);
}
return string(&localized[0]);
}