We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9cade9 commit 397e1daCopy full SHA for 397e1da
lib/reg/lookup.c
@@ -518,7 +518,8 @@ int reg_fixup_lookup_flags(void** param)
518
if (flag_vals[1].s) {
519
if (str2int(&flag_vals[1],
520
(unsigned int*)&lookup_flags->max_latency) < 0) {
521
- LM_ERR("value is not an integer\n");
+ LM_ERR("max-ping-latency [%.*s] value is not an integer\n",
522
+ flag_vals[1].len, flag_vals[1].s);
523
return -1;
524
}
525
0 commit comments