Просмотр исходного кода

dispatcher: extended log message when hash size parameter is not set

Daniel-Constantin Mierla 9 лет назад
Родитель
Сommit
3272ff6a42
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      modules/dispatcher/dispatcher.c

+ 1 - 1
modules/dispatcher/dispatcher.c

@@ -514,7 +514,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;
 		}
 	}