AD Provider logging increase given duplicate account issues
This commit is contained in:
parent
1d2f80f24a
commit
932e77c770
4 changed files with 19 additions and 10 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue