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
5131544d
Commit
5131544d
authored
Jul 10, 2020
by
Michael Ott
Browse files
Reduce verbosity of persystsql further
parent
a984d75e
Changes
1
Hide whitespace changes
Inline
Side-by-side
analytics/operators/persystsql/PerSystSqlOperator.cpp
View file @
5131544d
...
...
@@ -174,7 +174,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