HerbertKoelman / cpp-atmi

Application-to-Transaction Monitor Interface (ATMI) C++ library
http://herbertkoelman.github.com/cpp-atmi
Other
7 stars 0 forks source link

ULOGLogger fails to format message string #43

Closed HerbertKoelman closed 8 years ago

HerbertKoelman commented 11 years ago
ULOGLogger log;
log.error ("Hello %s.", "herbert");

Do print "Hello %s." and not "Hello herbert."

Something goes wrong in the call to vnsprintf