From 1f3a956b90c5313d6be180b4532517ddf0ab92cd Mon Sep 17 00:00:00 2001 From: Mark Spruiell Date: Fri, 1 May 2015 16:18:15 -0700 Subject: fix for C# log message --- csharp/src/IceSSL/SSLEngine.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'csharp/src') diff --git a/csharp/src/IceSSL/SSLEngine.cs b/csharp/src/IceSSL/SSLEngine.cs index 4f99f959ecd..4e030df4fdc 100644 --- a/csharp/src/IceSSL/SSLEngine.cs +++ b/csharp/src/IceSSL/SSLEngine.cs @@ -73,7 +73,8 @@ namespace IceSSL } else { - _logger.warning("Invalid IceSSL.CertStore value `" + certStoreLocation + "' adjusted to `CurrentUser'"); + _logger.warning("Invalid IceSSL.CertStoreLocation value `" + certStoreLocation + + "' adjusted to `CurrentUser'"); storeLocation = StoreLocation.CurrentUser; } _useMachineContext = certStoreLocation == "LocalMachine"; -- cgit v1.2.3