Skip to content

Commit cff39bc

Browse files
committed
fix: remove watcher_id fixme comment as fixed on master
1 parent e8dd1e2 commit cff39bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/sni/watcher.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ void Watcher::busAcquired(const Glib::RefPtr<Gio::DBus::Connection>& conn, Glib:
3333
if (error != nullptr) {
3434
// Don't print an error when a watcher is already present
3535
if (error->code != 2) {
36-
spdlog::error("Watcher {}: {}", watcher_id_, error->message); // FIXME: watcher_id_ is neither actually used nor initialized AFAICT
36+
spdlog::error("Watcher {}: {}", watcher_id_, error->message);
3737
}
3838
g_error_free(error);
3939
return;

0 commit comments

Comments
 (0)