From 797ea895d6a802488dfd265ec572040227c936e8 Mon Sep 17 00:00:00 2001 From: Anna Gringauze Date: Tue, 26 Nov 2024 17:31:48 -0800 Subject: [PATCH] DCO Remediation Commit for Anna Gringauze I, Anna Gringauze , hereby add my Signed-off-by to this commit: 3966ee3fa0b4b4bc4cf57d1c64cebf97f750ea37 Signed-off-by: Anna Gringauze --- runtime/common/BaseRemoteRESTQPU.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/common/BaseRemoteRESTQPU.h b/runtime/common/BaseRemoteRESTQPU.h index 8ce53e6798..536773f839 100644 --- a/runtime/common/BaseRemoteRESTQPU.h +++ b/runtime/common/BaseRemoteRESTQPU.h @@ -479,7 +479,7 @@ class BaseRemoteRESTQPU : public cudaq::QPU { std::string replacement("$1$3"); passPipelineConfig = std::regex_replace(passPipelineConfig, combine, replacement); - cudaq::info("Delaying combine-measurements due to emulation. " + cudaq::info("Delaying combine-measurements pass due to emulation. " "Updating pipeline to {}", passPipelineConfig); }