fix(tray): Too many printf directives
This commit is contained in:
parent
627d43dad2
commit
0c223ae2bb
@ -210,7 +210,7 @@ const xembed::info& tray_client::get_xembed() const {
|
||||
|
||||
void tray_client::notify_xembed() const {
|
||||
if (is_xembed_supported()) {
|
||||
m_log.trace("%s: Send embbeded notification to client", name());
|
||||
m_log.trace("%s: Send embedded notification to client", name());
|
||||
xembed::notify_embedded(m_connection, client(), embedder(), m_xembed.get_version());
|
||||
}
|
||||
}
|
||||
|
@ -662,7 +662,7 @@ void tray_manager::handle(const evt::property_notify& evt) {
|
||||
return;
|
||||
}
|
||||
|
||||
m_log.trace("%s: _XEMBED_INFO: %s", client->name());
|
||||
m_log.trace("%s: _XEMBED_INFO", client->name());
|
||||
|
||||
if (evt->state == XCB_PROPERTY_NEW_VALUE) {
|
||||
m_log.trace("tray: _XEMBED_INFO value has changed");
|
||||
|
Loading…
Reference in New Issue
Block a user