Skip to content

Commit

Permalink
[libshortfin] Fix SHORTFIN_ENABLE_TRACING typo. (#227)
Browse files Browse the repository at this point in the history
Now the log messages match what is actually checked.
  • Loading branch information
ScottTodd authored Sep 26, 2024
1 parent fe5af6b commit 65d39bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libshortfin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
)


Expand Down

0 comments on commit 65d39bb

Please sign in to comment.