logger: s/\<log\>/log_/
authorJosé Fonseca <jfonseca@vmware.com>
Mon, 20 Jan 2014 13:57:12 +0000 (13:57 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Mon, 20 Jan 2014 13:57:12 +0000 (13:57 +0000)
commitd43260b59e1db8261bf581f5316d7634b7102ff6
treea89c5d414b5f715cd0138c8e0e6b91958d774f80
parent9ab553cf528a78931dfac404ef08f0c6cf881c30
logger: s/\<log\>/log_/

Currently the MSVC build is broken because of conflicting definitions of
'log' function.  I didn't investigate thoroughly, but I suspect the
it is conflicting standard math.h's log.

log_ is admittedly not a great name, but it is better than a broken build.
A better one can be used in a follow-on build.
src/loader/loader.c