summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
author郑超 <[email protected]>2018-11-22 19:58:33 +0800
committer郑超 <[email protected]>2018-11-22 19:58:33 +0800
commite1a041291b61632015a06ac5ff4bcbee48cf088e (patch)
treee26a8838d33f8e355f8f4930856d7e4d77811b4c /test
parentba34d6342312461f6ea63e4a6341b8bc31a752fe (diff)
parent0aa479b4f5c5a299f812d83db711a7b100ccf2e5 (diff)
Merge branch 'trival-rename-output-style-define' into 'master'v2.8
上次没修完 See merge request MESA_framework/FieldStat2!4
Diffstat (limited to 'test')
-rw-r--r--test/fs2_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fs2_test.cpp b/test/fs2_test.cpp
index 3fb7732..eee0905 100644
--- a/test/fs2_test.cpp
+++ b/test/fs2_test.cpp
@@ -40,7 +40,7 @@ int main(int argc,char* argv[])
value=8100;
FS_set_para(handle, STATS_SERVER_PORT, &value, sizeof(value));
- //value=FS_OUTPUT_INFLUX;
+ //value=FS_OUTPUT_INFLUX_LINE;
value=FS_OUTPUT_STATSD;
FS_set_para(handle, STATS_FORMAT, &value, sizeof(value));