summaryrefslogtreecommitdiff
path: root/test/fs2_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/fs2_test.cpp')
-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));