mirror of
https://github.com/polybar/polybar.git
synced 2026-03-01 05:19:54 +00:00
log(mpd): Log mpd input events
This commit is contained in:
@ -332,6 +332,8 @@ namespace modules {
|
||||
return false;
|
||||
}
|
||||
|
||||
m_log.info("%s: event: %s", name(), cmd);
|
||||
|
||||
try {
|
||||
auto mpd = factory_util::unique<mpdconnection>(m_log, m_host, m_port, m_pass);
|
||||
mpd->connect();
|
||||
|
||||
Reference in New Issue
Block a user