Skip to content

Commit

Permalink
Auto-merge for PR #104 via VersionBot
Browse files Browse the repository at this point in the history
Debug log level for expired D-Bus objects
  • Loading branch information
resin-io-modules-versionbot[bot] authored Jan 10, 2018
2 parents b660fb1 + 2602980 commit 1521bf4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).

## v0.8.5 - 2018-01-10

* Debug log level for expired D-Bus objects #104 [majorz]

## v0.8.4 - 2018-01-10

* Update maintainers list #102 [majorz]
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "network-manager"
version = "0.8.4"
version = "0.8.5"
authors = ["Zahari Petkov <[email protected]>", "Aaron Brodersen <[email protected]>"]
description = "Rust NetworkManager bindings"
homepage = "https://github.com/resin-io-modules/network-manager"
Expand Down
2 changes: 1 addition & 1 deletion src/dbus_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ impl DBusApi {
if err {
error!("{}", message);
} else {
warn!("{}", message);
debug!("{}", message);
}
Err(message)
};
Expand Down

0 comments on commit 1521bf4

Please sign in to comment.