AD Provider logging increase given duplicate account issues

This commit is contained in:
robvde 2013-01-26 09:50:58 +04:00
parent 1d2f80f24a
commit 932e77c770
4 changed files with 19 additions and 10 deletions

View file

@ -75,10 +75,8 @@ namespace WebsitePanel.Providers.HostedSolution
internal static void DebugInfo(string message, params object[] args)
{
#if DEBUG
string text = String.Format(message, args);
Log.WriteInfo("{0} {1}", LogPrefix, text);
#endif
}
internal static void EndLog(string message, ResultObject res, string errorCode, Exception ex)