TT#49106 Fix typos

Change-Id: Ife08b36a94b5f6b525f18f359bca1c18bfe46305
Warned-by: lintian
changes/69/25869/2
Guillem Jover 7 years ago
parent 9b3226f42e
commit 690bc91337

@ -193,7 +193,7 @@ static void *thread_detach_func(void *d) {
param.sched_priority = dt->priority;
if (pthread_setschedparam(*t, scheduler->num, &param))
ilog(LOG_ERR, "Failed to set thread scheduling paramaters to '%s' (%i) / %i: %s",
ilog(LOG_ERR, "Failed to set thread scheduling parameters to '%s' (%i) / %i: %s",
dt->scheduler, scheduler->num, param.sched_priority,
strerror(errno));

2
debian/changelog vendored

@ -331,7 +331,7 @@ ngcp-rtpengine (6.2.0.0+0~mr6.2.0.0) unstable; urgency=medium
[ Claudiu Boriga ]
* [3472821] Add option to set TOS for control-ng interface
* [43f527f] Add documentation for the control-tos option
* [c31ffa4] Add paramaters to disable redis communication in case of multiple errors
* [c31ffa4] Add parameters to disable redis communication in case of multiple errors
* [562c5b4] Add parameter that sets a timeout for redis commands
* [9e96732] complete missing info for new commands
* [4850923] Make redis connection timeout configurable

Loading…
Cancel
Save