From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 3B1FD4BC23 for ; Tue, 16 Jul 2024 01:26:21 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id C4B4168D6B9; Tue, 16 Jul 2024 04:26:18 +0300 (EEST) Received: from mail-io1-f43.google.com (mail-io1-f43.google.com [209.85.166.43]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 8DBC568D6B9 for ; Tue, 16 Jul 2024 04:26:11 +0300 (EEST) Received: by mail-io1-f43.google.com with SMTP id ca18e2360f4ac-7f3c804daf7so17285739f.1 for ; Mon, 15 Jul 2024 18:26:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1721093169; x=1721697969; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=s6RmmPKgLrrkswOWAw+oBuN8XJKPxwoUkkqzBTFx5Ac=; b=rlOumy7dNjRSRwqUMEK4gHxpfu9jnA399XCyXev/olj/i5l3xPB2+w0dPpK+AQPABb fHizNyug8cpulQwKzSkhy0QS/X9UuXJf3OOroe2OAh1o2psml2YC6hquIVNyGTVY3QwM n08U/Onml+YUSQrD+30TyJGn6x/niLpr4o0j5Pw6cOHhTeLOmAH7zeRnRM+iGvwAi6zj 5yLMwriZ1Q2TXu/uQWCHSPY0Nk13qvqvc1Dkewni0Yj/xZ5/561j1hvUUE15Ib8yKcvh XAf5sOXuTH9c6Z9euiJDtxh0kb6Jvw1NzdvawEv24qZ+nitniGdmVr6HC4ZyoWlDGSVJ NPTg== X-Gm-Message-State: AOJu0Ywv4bptH60Dw55/S9tdZ6AyrswAzRHoKfg7jvnCh136d8HmGrb1 /G9MLAWONs4GAN/GvitOMY7kOTiSRxutqM+WLwkxdCZdlyuBDcNpNIC5tQ32lYj5b0jX/YLVJD9 L1ZN14AGRE2+bwnL1mVIq4mkNoU7dmRfWsa9izgLzphmFNSVnFEg= X-Google-Smtp-Source: AGHT+IEgwNrK3xoK6oLYnwvbP5SzOBDaqf9yymLcezhTAALtPH7/2IFgAQtCcV8KCA4PK93x5+m2uMLdek40i0+fCiU= X-Received: by 2002:a92:ca4c:0:b0:381:61a7:1165 with SMTP id e9e14a558f8ab-3939eedf971mr13533055ab.2.1721093169518; Mon, 15 Jul 2024 18:26:09 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Marth64 Date: Mon, 15 Jul 2024 20:25:58 -0500 Message-ID: To: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] [PATCH] libavformat/tls_mbedtls: Changes the return code handling of mbedtls_x509_crt_parse_file X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: > Could do. What level were you thinking? WARN? How about, ``` av_log(h, AV_LOG_WARNING, "Failed to process %d certificate(s) from the CA bundle, ignoring these certificates\n", ret); ``` Thank you, _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".