Explorar o código

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

Daniel-Constantin Mierla %!s(int64=9) %!d(string=hai) anos
pai
achega
3272ff6a42
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
 		}
 	}