mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 15:50:59 +00:00
rm newline
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5309 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
7363fcf9e3
commit
b2b4db1473
@ -58,7 +58,7 @@ static void send_heartbeat(void)
|
||||
"%u minute%s, "
|
||||
"%u second%s, "
|
||||
"%u millisecond%s, "
|
||||
"%u microsecond%s\n",
|
||||
"%u microsecond%s",
|
||||
duration.yr, duration.yr == 1 ? "" : "s",
|
||||
duration.day, duration.day == 1 ? "" : "s",
|
||||
duration.hr, duration.hr == 1 ? "" : "s",
|
||||
|
Loading…
x
Reference in New Issue
Block a user