diff --git a/websocket-sharp/Server/WebSocketBehavior.cs b/websocket-sharp/Server/WebSocketBehavior.cs
index 3013a405..db77a482 100644
--- a/websocket-sharp/Server/WebSocketBehavior.cs
+++ b/websocket-sharp/Server/WebSocketBehavior.cs
@@ -73,11 +73,15 @@ namespace WebSocketSharp.Server
#region Protected Properties
///
- /// Gets the logging functions.
+ /// Gets the logging function.
///
///
- /// A that provides the logging functions,
- /// or if the WebSocket connection isn't established.
+ ///
+ /// A that provides the logging function.
+ ///
+ ///
+ /// if the session has not started yet.
+ ///
///
protected Logger Log {
get {