-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bugfix/misc fixes #122
Bugfix/misc fixes #122
Conversation
hwipl
commented
Sep 5, 2024
- Fix comments
- Fix log message
- Add missing cleanups after tests
Signed-off-by: hwipl <33433250+hwipl@users.noreply.github.com>
Signed-off-by: hwipl <33433250+hwipl@users.noreply.github.com>
Signed-off-by: hwipl <33433250+hwipl@users.noreply.github.com>
Test Result🙌 269 Tests pass Test Details🟢 TestAddrMonStartStop (0.00s) CoverageTotal coverage: 🟩🟩🟩🟥 77.1% Coverage Details
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me
@@ -195,7 +195,7 @@ func (d daemon) Connect(sender dbus.Sender, server, cookie, host, connectURL, fi | |||
|
|||
// Disconnect is the "Disconnect" method of the D-Bus interface. | |||
func (d daemon) Disconnect(sender dbus.Sender) *dbus.Error { | |||
log.WithField("sender", sender).Debug("Received D-Bus Connect() call") | |||
log.WithField("sender", sender).Debug("Received D-Bus Disconnect() call") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😄