Fix up comment & diagnostic message for actual env var name
authorblevin <blevin@users.noreply.github.com>
Sat, 3 Feb 2024 04:03:53 +0000 (20:03 -0800)
committerpixar-oss <pixar-oss@users.noreply.github.com>
Mon, 5 Feb 2024 20:21:06 +0000 (12:21 -0800)
(Internal change: 2314302)

third_party/renderman-25/plugin/hdPrman/renderSettings.cpp

index 67e326b13a341d69033b407b6879907a4cf1d048..37199a2b6cdd28e7a8cf8bbc78df88dc3b5c82cf 100644 (file)
@@ -285,7 +285,7 @@ HdPrman_RenderSettings::DriveRenderPass(
     // to drive render pass execution are:
     // 1. In an application like usdrecord wherein the render delegate is
     //    not interactive and the render task has AOV bindings by enabling the
-    //    setting HD_PRMAN_RENDER_SETTINGS_PRIM_DRIVE_RENDER_PASS.
+    //    setting HD_PRMAN_RENDER_SETTINGS_DRIVE_RENDER_PASS.
     //
     // 2. The hdPrman test harness where the task does not have AOV bindings.
     // 
@@ -306,7 +306,7 @@ HdPrman_RenderSettings::DriveRenderPass(
 
     TF_DEBUG(HDPRMAN_RENDER_PASS).Msg(
         "Drive with RenderSettingsPrim = %d\n"
-        " - HD_PRMAN_RENDER_SETTINGS_PRIM_DRIVE_RENDER_PASS = %d\n"
+        " - HD_PRMAN_RENDER_SETTINGS_DRIVE_RENDER_PASS = %d\n"
         " - valid = %d\n"
         " - interactive renderDelegate %d\n",
         result, driveRenderPassWithAovBindings, IsValid(), interactive);