diff options
author | Remko Tronçon <git@el-tramo.be> | 2012-04-24 20:26:20 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2012-04-24 20:26:20 (GMT) |
commit | 08376a65babc16285608b7f8a84f1202b709d4c8 (patch) | |
tree | b083caae5838ea6c67e5272412aa5b91cd35524f /Swiften/Client | |
parent | 856f970d14c5c32b80fc5ea359d4e567b51578a0 (diff) | |
download | swift-contrib-08376a65babc16285608b7f8a84f1202b709d4c8.zip swift-contrib-08376a65babc16285608b7f8a84f1202b709d4c8.tar.bz2 |
Fixed compilation problems on windows.
Diffstat (limited to 'Swiften/Client')
-rw-r--r-- | Swiften/Client/ClientSession.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/Client/ClientSession.cpp b/Swiften/Client/ClientSession.cpp index 81fcf57..70f0398 100644 --- a/Swiften/Client/ClientSession.cpp +++ b/Swiften/Client/ClientSession.cpp @@ -67,7 +67,7 @@ ClientSession::ClientSession( certificateTrustChecker(NULL) { #ifdef SWIFTEN_PLATFORM_WIN32 if (WindowsRegistry::isFIPSEnabled()) { - SWIFT_LOG("info") << "Windows is running in FIPS-140 mode. Some authentication methods will be unavailable." << std::endl; + SWIFT_LOG(info) << "Windows is running in FIPS-140 mode. Some authentication methods will be unavailable." << std::endl; } #endif } |