summaryrefslogtreecommitdiff
path: root/coverage/control.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/control.py')
-rw-r--r--coverage/control.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/coverage/control.py b/coverage/control.py
index ee3ea33f..7532d291 100644
--- a/coverage/control.py
+++ b/coverage/control.py
@@ -541,9 +541,9 @@ class Coverage(object):
reason = self._check_include_omit_etc_internal(filename, frame)
if self.debug.should('trace'):
if not reason:
- msg = "Tracing %r" % (filename,)
+ msg = "Including %r" % (filename,)
else:
- msg = "Not tracing %r: %s" % (filename, reason)
+ msg = "Not including %r: %s" % (filename, reason)
self.debug.write(msg)
return not reason