From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.61]) by mx.groups.io with SMTP id smtpd.web11.6516.1588251859280689217 for ; Thu, 30 Apr 2020 06:04:19 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=eUNQv9bF; spf=pass (domain: redhat.com, ip: 205.139.110.61, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1588251858; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=kp+UzvpTwn1Dsoj54HlxORqoY2PrahJYA9gFsTDjstI=; b=eUNQv9bFoU/3fnn3hpbGlWOkUv3takQOYbuomuL4WFH/FH+NMotguazaTCM9Md9rdlvYqk pXrtHfLvoidKcP9LF/pfmpp3z+185p4ir59IrfO4UDkn8Pzu/AHTCwCdirvOcPy1ESBAih YYfohrWqDzVZGp0bN2t0LGD3J6pt7CA= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-440-cRPE5aPfP_Cw1cQLaiNG4g-1; Thu, 30 Apr 2020 09:04:12 -0400 X-MC-Unique: cRPE5aPfP_Cw1cQLaiNG4g-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 438E4A0BD8; Thu, 30 Apr 2020 13:04:11 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-115-57.ams2.redhat.com [10.36.115.57]) by smtp.corp.redhat.com (Postfix) with ESMTP id 88230512E9; Thu, 30 Apr 2020 13:04:09 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH v5 1/1] OvmfPkg: replace old EFI_D_ debug levels with new DEBUG_ ones From: "Laszlo Ersek" To: devel@edk2.groups.io, rebecca@bsdio.com, Sean Brogan , Michael Kubacki , Michael Kinney Cc: Philippe Mathieu-Daude , Jordan Justen , Ard Biesheuvel References: <20200429215327.606467-1-rebecca@bsdio.com> Message-ID: <22362370-c7de-3cd8-e4f0-d2d3c383978c@redhat.com> Date: Thu, 30 Apr 2020 15:04:08 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit (+Sean, Mike, Michael) On 04/30/20 14:51, Laszlo Ersek wrote: > On 04/29/20 23:53, Rebecca Cran wrote: >> Generated mechanically with: >> find OvmfPkg -type f -exec sed -i -e 's/EFI_D_/DEBUG_/g' {} \; >> >> Signed-off-by: Rebecca Cran > > Reviewed-by: Laszlo Ersek > Submitted this patch for merging in . The CI run failed with the following error: "Unhandled: Not found SourceFolder: /home/vsts/work/1/s/BaseTools/BaseToolsBuild" https://github.com/tianocore/edk2/pull/569/checks?check_run_id=633226650 https://github.com/tianocore/edk2/pull/569/checks?check_run_id=633226688 https://github.com/tianocore/edk2/pull/569/checks?check_run_id=633226957 I don't know what to do about that. Thanks Laszlo