We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8dd1e2 commit cff39bcCopy full SHA for cff39bc
src/modules/sni/watcher.cpp
@@ -33,7 +33,7 @@ void Watcher::busAcquired(const Glib::RefPtr<Gio::DBus::Connection>& conn, Glib:
33
if (error != nullptr) {
34
// Don't print an error when a watcher is already present
35
if (error->code != 2) {
36
- spdlog::error("Watcher {}: {}", watcher_id_, error->message); // FIXME: watcher_id_ is neither actually used nor initialized AFAICT
+ spdlog::error("Watcher {}: {}", watcher_id_, error->message);
37
}
38
g_error_free(error);
39
return;
0 commit comments