summaryrefslogtreecommitdiffstats
path: root/samples/OAuthClient
diff options
context:
space:
mode:
Diffstat (limited to 'samples/OAuthClient')
-rw-r--r--samples/OAuthClient/Code/Logging.cs2
-rw-r--r--samples/OAuthClient/Global.asax.cs3
2 files changed, 2 insertions, 3 deletions
diff --git a/samples/OAuthClient/Code/Logging.cs b/samples/OAuthClient/Code/Logging.cs
index 8fbf594..d7d725e 100644
--- a/samples/OAuthClient/Code/Logging.cs
+++ b/samples/OAuthClient/Code/Logging.cs
@@ -7,7 +7,7 @@
using DotNetOpenAuth.Logging;
- /// <summary>
+ /// <summary>
/// Logging tools for this sample.
/// </summary>
public static class Logging {
diff --git a/samples/OAuthClient/Global.asax.cs b/samples/OAuthClient/Global.asax.cs
index 0553cbc..4021896 100644
--- a/samples/OAuthClient/Global.asax.cs
+++ b/samples/OAuthClient/Global.asax.cs
@@ -6,9 +6,8 @@
using DotNetOpenAuth.Logging;
- public partial class Global : HttpApplication {
+ public partial class Global : HttpApplication {
protected void Application_Start(object sender, EventArgs e) {
-
Logging.Logger.Info("Sample starting...");
}