X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Ftls_schannel.c;h=9f1c08806fe7400b3b276e63a1799efa77e525e4;hb=2cc56741b1f4e33c4fdb8234da31bdfc3c5c5e05;hp=065dccb020a3512c68eff8be00f3221653e23fec;hpb=f089e02fa2b7716d9fa5228c734e55678437db85;p=ffmpeg diff --git a/libavformat/tls_schannel.c b/libavformat/tls_schannel.c index 065dccb020a..9f1c08806fe 100644 --- a/libavformat/tls_schannel.c +++ b/libavformat/tls_schannel.c @@ -494,7 +494,7 @@ static int tls_read(URLContext *h, uint8_t *buf, int len) ret = AVERROR(EAGAIN); goto cleanup; } else { - av_log(h, AV_LOG_ERROR, "Unable to decrypt message\n"); + av_log(h, AV_LOG_ERROR, "Unable to decrypt message (error 0x%x)\n", (unsigned)sspi_ret); ret = AVERROR(EIO); goto cleanup; }