Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.backend.python
Commits
4185caf7
Commit
4185caf7
authored
Mar 05, 2020
by
Samuel GAIST
Browse files
Merge branch 'fix_error_message' into 'master'
Fix wrong instance variable name in error message See merge request
!68
parents
392c01ac
362bd2f8
Pipeline
#37885
passed with stages
in 7 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
beat/backend/python/data.py
View file @
4185caf7
...
...
@@ -968,7 +968,7 @@ class CachedDataSink(DataSink):
message
=
"No data written"
else
:
message
=
"No enough data written: last written {} vs end {}"
.
format
(
self
.
last_data_index
,
self
.
end_index
self
.
last_
written_
data_index
,
self
.
end_index
)
logger
.
warning
(
"Removing cache files: {}"
.
format
(
message
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment