Skip to content

Commit

Permalink
fix(dbus): Fix copy-pasta
Browse files Browse the repository at this point in the history
  • Loading branch information
pdf committed Aug 16, 2024
1 parent 7d290a3 commit 2c72b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/dbus/dbus.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func (c *Client) Close() error {
}
}
if c.notifications != nil {
if err := c.snw.close(); err != nil {
if err := c.notifications.close(); err != nil {
c.log.Warn(`Failed closing Notifications session`, `err`, err)
}
}
Expand Down

0 comments on commit 2c72b33

Please sign in to comment.