[openmp] Clarify error message if TSan is missing (#70916)

For an uninformed user, the error message might refer to a missing "TSan
stopping operation", rather than indicating that TSan is missing **and
therefore** operation is stopped.

GitOrigin-RevId: 20459ddc82514249501c3517583c4ec8dd23cecd
diff --git a/tools/archer/ompt-tsan.cpp b/tools/archer/ompt-tsan.cpp
index 8b338f6..de77e25 100644
--- a/tools/archer/ompt-tsan.cpp
+++ b/tools/archer/ompt-tsan.cpp
@@ -1248,7 +1248,7 @@
                           // tool the chance to be loaded
   {
     if (archer_flags->verbose)
-      std::cout << "Archer detected OpenMP application without TSan "
+      std::cout << "Archer detected OpenMP application without TSan; "
                    "stopping operation"
                 << std::endl;
     delete archer_flags;