Skip to content

Commit 7909221

Browse files
authored
Merge pull request #357 from sy-c/dev
v3.19.7
2 parents 4a5a4d2 + a06b717 commit 7909221

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ endif()
3131

3232
# Define project
3333
project(Monitoring
34-
VERSION 3.19.6
34+
VERSION 3.19.7
3535
DESCRIPTION "O2 Monitoring library"
3636
LANGUAGES CXX
3737
)

src/sendMetric.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,6 @@ int main(int argc, char** argv)
122122
printf("Undefined exception\n");
123123
}
124124

125-
MonitoringMeric
126-
127125
if (!isOk) {
128126
printf("Failed to send metric\n");
129127
return -1;

0 commit comments

Comments
 (0)