diff options
Diffstat (limited to 'repo_trace.py')
-rw-r--r-- | repo_trace.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo_trace.py b/repo_trace.py index 0ff3b694..03542950 100644 --- a/repo_trace.py +++ b/repo_trace.py | |||
@@ -119,7 +119,7 @@ def _GetTraceFile(): | |||
119 | # TODO: refactor to pass repodir to Trace. | 119 | # TODO: refactor to pass repodir to Trace. |
120 | repo_dir = os.path.dirname(os.path.dirname(__file__)) | 120 | repo_dir = os.path.dirname(os.path.dirname(__file__)) |
121 | trace_file = os.path.join(repo_dir, _TRACE_FILE_NAME) | 121 | trace_file = os.path.join(repo_dir, _TRACE_FILE_NAME) |
122 | print('Trace outputs in %s' % trace_file) | 122 | print('Trace outputs in %s' % trace_file, file=sys.stderr) |
123 | return trace_file | 123 | return trace_file |
124 | 124 | ||
125 | def _ClearOldTraces(): | 125 | def _ClearOldTraces(): |