fix(tray): Too many printf directives

This commit is contained in:
patrick96 2022-09-19 21:39:11 +02:00
parent 627d43dad2
commit 0c223ae2bb
No known key found for this signature in database
GPG Key ID: 521E5E03AEBCA1A7
2 changed files with 2 additions and 2 deletions

View File

@ -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());
}
}

View File

@ -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");