diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-12-26 12:38:12 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-12-26 12:38:12 -0500 |
| commit | 325066f7edb52481e93be3b3d90db45645d6924b (patch) | |
| tree | 751e8a3d0d15dc05c2d5728886ce4dc93ce2493b /Emby.Server.Implementations/HttpServer/IHttpListener.cs | |
| parent | 5765b516807a43c68f438b5f2112f0351e2ef4a2 (diff) | |
update logging
Diffstat (limited to 'Emby.Server.Implementations/HttpServer/IHttpListener.cs')
| -rw-r--r-- | Emby.Server.Implementations/HttpServer/IHttpListener.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/HttpServer/IHttpListener.cs b/Emby.Server.Implementations/HttpServer/IHttpListener.cs index 9f96a8e49..18df5682d 100644 --- a/Emby.Server.Implementations/HttpServer/IHttpListener.cs +++ b/Emby.Server.Implementations/HttpServer/IHttpListener.cs @@ -12,7 +12,7 @@ namespace Emby.Server.Implementations.HttpServer /// Gets or sets the error handler. /// </summary> /// <value>The error handler.</value> - Action<Exception, IRequest> ErrorHandler { get; set; } + Action<Exception, IRequest, bool> ErrorHandler { get; set; } /// <summary> /// Gets or sets the request handler. |
