diff --git a/libshortfin/setup.py b/libshortfin/setup.py index 196a82064..a98d2fb00 100644 --- a/libshortfin/setup.py +++ b/libshortfin/setup.py @@ -71,11 +71,11 @@ def is_cpp_prebuilt(): if ENABLE_TRACY: print( - "*** Enabling Tracy instrumentation (disable with SHORTFIN_BUILD_TRACING=OFF)", + "*** Enabling Tracy instrumentation (disable with SHORTFIN_ENABLE_TRACING=OFF)", ) else: print( - "*** Tracy instrumentation not enabled (enable with SHORTFIN_BUILD_TRACING=ON)", + "*** Tracy instrumentation not enabled (enable with SHORTFIN_ENABLE_TRACING=ON)", )