Page MenuHomePhabricator

Debug messages from the CppMicroServices code should be disabled
Closed, ResolvedPublic

Description

The CppMicroServices code prints various debug messages in debug mode, which can be irritating/annoying to users of the library. These debug messages should be disabled by default.

Event Timeline

[b46055]: Merge branch 'bug-14591-suppress-micro-services-debug-messages'

Merged commits:

2013-02-26 20:18:29 Sascha Zelzer [cf8156]
Fixed compile error for static builds.


2013-02-26 18:16:16 Sascha Zelzer [4e749c]
Fix unused variable error in release builds.


2013-02-26 18:15:52 Sascha Zelzer [fdaa50]
Suppress all debug messages by default.