summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorzhengchao <[email protected]>2018-11-22 19:58:07 +0800
committerzhengchao <[email protected]>2018-11-22 19:58:07 +0800
commit0aa479b4f5c5a299f812d83db711a7b100ccf2e5 (patch)
treee26a8838d33f8e355f8f4930856d7e4d77811b4c /test
parent9a665ddae1f0497847e93937d19cb1b11f842e53 (diff)
上次没修完
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));