aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Session
diff options
context:
space:
mode:
authorDavid <daullmer@gmail.com>2020-07-18 19:21:43 +0200
committerDavid <daullmer@gmail.com>2020-07-18 19:21:43 +0200
commit0e1bf316b5c8da1d1f334fabe4a0abf77185f2e0 (patch)
treedd59ea68b275ec8125ca454422cd027d891de477 /Emby.Server.Implementations/Session
parentfa4e0a73d5eb0b33dc85dffb2a2d35033c5ce698 (diff)
parent09c05ff9faff4fd5013e19fad74835bdf796393f (diff)
Merge branch 'master' of github.com:jellyfin/jellyfin into socket-binding
Diffstat (limited to 'Emby.Server.Implementations/Session')
-rw-r--r--Emby.Server.Implementations/Session/SessionManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Session/SessionManager.cs b/Emby.Server.Implementations/Session/SessionManager.cs
index d069d1ada..ca9f95c70 100644
--- a/Emby.Server.Implementations/Session/SessionManager.cs
+++ b/Emby.Server.Implementations/Session/SessionManager.cs
@@ -296,7 +296,7 @@ namespace Emby.Server.Implementations.Session
}
catch (DbUpdateConcurrencyException e)
{
- _logger.LogWarning(e, "Error updating user's last activity date.");
+ _logger.LogDebug(e, "Error updating user's last activity date.");
}
}
}