mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
fix: remove watcher_id fixme comment as fixed on master
This commit is contained in:
parent
e8dd1e2d2c
commit
cff39bc7cf
@ -33,7 +33,7 @@ void Watcher::busAcquired(const Glib::RefPtr<Gio::DBus::Connection>& conn, Glib:
|
||||
if (error != nullptr) {
|
||||
// Don't print an error when a watcher is already present
|
||||
if (error->code != 2) {
|
||||
spdlog::error("Watcher {}: {}", watcher_id_, error->message); // FIXME: watcher_id_ is neither actually used nor initialized AFAICT
|
||||
spdlog::error("Watcher {}: {}", watcher_id_, error->message);
|
||||
}
|
||||
g_error_free(error);
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user