summaryrefslogtreecommitdiffstats
path: root/claim
diff options
context:
space:
mode:
authorStelios Fragkakis <52996999+stelfrag@users.noreply.github.com>2020-03-26 18:02:21 +0200
committerGitHub <noreply@github.com>2020-03-26 18:02:21 +0200
commit78c3f35af87b57a2988f3878302284a9de37977e (patch)
tree7977c6881b2157d233dc1192620d3049854a6885 /claim
parent87b39f90cd51e22c59adf8c9cde4534cb6b2dca4 (diff)
Improved ACLK (#8498)
Improved the stability of the ACLK
Diffstat (limited to 'claim')
-rw-r--r--claim/claim.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/claim/claim.c b/claim/claim.c
index a3c947fd93..5d17ae9075 100644
--- a/claim/claim.c
+++ b/claim/claim.c
@@ -41,8 +41,8 @@ extern struct registry registry;
/* rrd_init() must have been called before this function */
void claim_agent(char *claiming_arguments)
{
-#ifndef ENABLE_ACLK
- info("The claiming feature is under development and still subject to change before the next release");
+#ifndef ENABLE_CLOUD
+ info("The claiming feature has been disabled");
return;
#endif