فهرست منبع

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

Henning Westerholt 6 سال پیش
والد
کامیت
d627486431
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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 */
 	}