core: remove extra line break from time debug logs
commita7fe3db94ddf3d01dd7868fbfc15123142a7e29f
authorStefan Becker <chemobejk@gmail.com>
Sat, 28 Feb 2015 17:40:43 +0000 (28 19:40 +0200)
committerStefan Becker <chemobejk@gmail.com>
Sun, 1 Mar 2015 14:47:28 +0000 (1 16:47 +0200)
treeb3bee6b4a3343ec73c1376d9c50ffb6ebdf819e1
parent04d3f44837e3e1e556098a9eaf2ab347247f3f3c
core: remove extra line break from time debug logs

asctime() always appends a line break to the string. This leads to
annoying empty lines in the debug log. Implemented a new utility
function that strips it and replaced most asctime() calls with it.
src/core/sipe-cal.c
src/core/sipe-domino.c
src/core/sipe-ocs2005.c
src/core/sipe-ocs2007.c
src/core/sipe-status.c
src/core/sipe-utils.c
src/core/sipe-utils.h