diff options
-rw-r--r-- | projecttemplates/WebFormsRelyingParty/Global.asax.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projecttemplates/WebFormsRelyingParty/Global.asax.cs b/projecttemplates/WebFormsRelyingParty/Global.asax.cs index 31928fd..cc69f0c 100644 --- a/projecttemplates/WebFormsRelyingParty/Global.asax.cs +++ b/projecttemplates/WebFormsRelyingParty/Global.asax.cs @@ -16,7 +16,7 @@ namespace WebFormsRelyingParty { /// <summary> /// The logger for this sample to use. /// </summary> - private static log4net.ILog logger = log4net.LogManager.GetLogger("DotNetOpenAuth.ConsumerSample"); + private static log4net.ILog logger = log4net.LogManager.GetLogger("WebFormsRelyingParty"); public static log4net.ILog Logger { get { return logger; } |