Преглед изворни кода

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

Daniel-Constantin Mierla пре 9 година
родитељ
комит
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;
 		}
 	}