The project failed to build, if "enable_common_debug_logs%" flag in
src/common/common.gyp was set to "1". It was due to LoggerD's format
string, incompatible with the actual type of the logged variable.
[Verification] the project builds without error, if
"enable_common_debug_logs%" is set to "1"
Change-Id: Ic7b7d51341f327ce96003312a93e9cfbb09db5b8
Signed-off-by: Pawel Wasowski <p.wasowski2@partner.samsung.com>
m_signal_name.c_str(), m_signal_path.c_str(), NULL,
G_DBUS_SIGNAL_FLAGS_NONE, signalCallbackProxy,
static_cast<gpointer>(this), NULL);
- LoggerD("g_dbus_connection_signal_subscribe returned id: %d", m_sub_id);
+ LoggerD("g_dbus_connection_signal_subscribe returned id: %u", m_sub_id);
m_dbus_signal_subscribed = true;
}