aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_setcidname.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-05-15 23:32:38 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-05-15 23:32:38 +0000
commit8dfde59f959b35f75c99654ada9321f373f84466 (patch)
tree57290e5cc83e4d4ea99c9f151534a6c593af6313 /apps/app_setcidname.c
parent5e4013d613824d9b55665d4a3079199f553c13bf (diff)
rename SetVar application to Set, deprecate SetVar
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5688 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_setcidname.c')
-rwxr-xr-xapps/app_setcidname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_setcidname.c b/apps/app_setcidname.c
index b3bd3745c..9a8dc2baa 100755
--- a/apps/app_setcidname.c
+++ b/apps/app_setcidname.c
@@ -51,7 +51,7 @@ static int setcallerid_exec(struct ast_channel *chan, void *data)
static int deprecation_warning = 0;
if (!deprecation_warning) {
- ast_log(LOG_WARNING, "SetCIDName is deprecated, please use SetVar(CALLERID(name)=value) instead.\n");
+ ast_log(LOG_WARNING, "SetCIDName is deprecated, please use Set(CALLERID(name)=value) instead.\n");
deprecation_warning = 1;
}