Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dcdb
dcdb
Commits
fa63da91
Commit
fa63da91
authored
Jun 25, 2020
by
Michael Ott
Browse files
Make the PerSystSqlOperator less verbose
parent
502468eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
analytics/operators/persystsql/PerSystSqlOperator.cpp
View file @
fa63da91
...
...
@@ -172,7 +172,7 @@ void PerSystSqlOperator::compute(U_Ptr unit, qeJobData& jobData) {
}
uint64_t
measurement_ts
=
0
;
if
(
_buffer
.
size
()
==
0
){
LOG
(
error
)
<<
"PerSystSql Operator "
<<
_name
<<
": no data in queryEngine found!"
;
LOG
(
debug
)
<<
"PerSystSql Operator "
<<
_name
<<
": no data in queryEngine found!"
;
return
;
}
else
{
measurement_ts
=
_buffer
[
0
].
timestamp
;
...
...
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