Selaa lähdekoodia

async: small adaption of new ms timer to the existing timer logging

Henning Westerholt 6 vuotta sitten
vanhempi
commit
d627486431
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      src/modules/async/async_mod.c

+ 2 - 2
src/modules/async/async_mod.c

@@ -155,10 +155,10 @@ static int child_init(int rank)
 	}
 
 	if((async_ms_timer > 0) && fork_basic_utimer(PROC_TIMER,
-				"ASYNC MOD MILLI TIMER SINGLETON", 1 /*socks flag*/,
+				"ASYNC MOD MS TIMER", 1 /*socks flag*/,
 				async_mstimer_exec, NULL, 1000 * async_ms_timer /*milliseconds*/)
 			< 0) {
-		LM_ERR("failed to register millisecond timer singleton as process (%d)\n",
+		LM_ERR("failed to register millisecond timer as process (%d)\n",
 				i);
 		return -1; /* error */
 	}