Browse Source

TT#49106 Fix typos

Change-Id: Ife08b36a94b5f6b525f18f359bca1c18bfe46305
Warned-by: lintian
(cherry picked from commit 690bc91337)
changes/02/25902/1
Guillem Jover 7 years ago
committed by Richard Fuchs
parent
commit
ccf4790df6
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      daemon/aux.c
  2. +1
    -1
      debian/changelog

+ 1
- 1
daemon/aux.c View File

@ -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));


+ 1
- 1
debian/changelog View File

@ -341,7 +341,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