summaryrefslogtreecommitdiffstats
path: root/claim
diff options
context:
space:
mode:
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