lib: fixed vsnprintf() error check bug in log.cc
commit3fbaa01661779dddae4437a318a7c66efd51135d
authorChris Frey <cdfrey@foursquare.net>
Thu, 12 Aug 2010 18:45:18 +0000 (12 14:45 -0400)
committerChris Frey <cdfrey@foursquare.net>
Tue, 31 Aug 2010 22:34:02 +0000 (31 18:34 -0400)
tree71b3758ef3ffe0e460d0be913bf530bfce4bd5c8
parent72772c003fc19085a3d358dfe7388253890ef2f1
lib: fixed vsnprintf() error check bug in log.cc

Also added code to allocate memory if message is too long for static buffer.
ChangeLog
src/log.cc