Skip to content

Commit

Permalink
Regularize warning message to be the same as others
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Apr 18, 2014
1 parent 039f44a commit 8a99a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/modcall.c
Expand Up @@ -3123,7 +3123,7 @@ bool modcall_pass2(modcallable *mc)
*/
if ((g->vpt->type == VPT_TYPE_ATTR) &&
(this->name[0] != '&')) {
WDEBUG("%s[%d]: Please use &%s instead of %s",
WDEBUG("%s[%d]: Please change %s to &%s",
cf_section_filename(g->cs),
cf_section_lineno(g->cs),
this->name, this->name);
Expand Down

0 comments on commit 8a99a62

Please sign in to comment.