From d01b735e6f1180c7406dd5b0cdb77ac1c0d32e92 Mon Sep 17 00:00:00 2001 From: omara Date: Wed, 11 Jan 2012 21:02:33 -0500 Subject: [PATCH] Various changes --- .../WebsitePanel.Providers.HostedSolution/Exchange2007.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/Exchange2007.cs b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/Exchange2007.cs index b83b08d0..a056c350 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/Exchange2007.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/Exchange2007.cs @@ -4969,7 +4969,7 @@ namespace WebsitePanel.Providers.HostedSolution cmd.Parameters.Add("Identity", id); cmd.Parameters.Add("Confirm", false); ExecuteShellCommand(runSpace, cmd); - ExchangeLog.LogEnd("DeleteAddressList"); + ExchangeLog.LogEnd("DeleteAddressPolicy"); } private string GetAddressListName(string orgName)