update error message

Co-Authored-By: Bond-009 <bond.009@outlook.com>
pull/2362/head
dkanada 5 years ago committed by GitHub
parent afe9ed977b
commit 7df6f8d54e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1684,7 +1684,7 @@ namespace Emby.Server.Implementations.Session
}
catch (Exception ex)
{
_logger.LogError("Error getting image information for {0}", ex, type);
_logger.LogError(ex, "Error getting image information for {Type}", type);
return null;
}
}

Loading…
Cancel
Save