Skip to content

Commit

Permalink
dispatcher: extended log message when hash size parameter is not set
Browse files Browse the repository at this point in the history
(cherry picked from commit 3272ff6)
(cherry picked from commit 03f99c6)
  • Loading branch information
miconda committed Dec 17, 2015
1 parent ed46470 commit 801e241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dispatcher/dispatcher.c
Expand Up @@ -472,7 +472,7 @@ static int mod_init(void)
register_timer(ds_ht_timer, NULL, ds_hash_check_interval);
} else {
LM_ERR("call load dispatching DSTID_AVP set but no size"
" for hash table\n");
" for hash table (see ds_hash_size parameter)\n");
return -1;
}
}
Expand Down

0 comments on commit 801e241

Please sign in to comment.