Skip to content

Commit 1521bf4

Browse files
Auto-merge for PR #104 via VersionBot
Debug log level for expired D-Bus objects
2 parents b660fb1 + 2602980 commit 1521bf4

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## v0.8.5 - 2018-01-10
8+
9+
* Debug log level for expired D-Bus objects #104 [majorz]
10+
711
## v0.8.4 - 2018-01-10
812

913
* Update maintainers list #102 [majorz]

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "network-manager"
3-
version = "0.8.4"
3+
version = "0.8.5"
44
authors = ["Zahari Petkov <zahari@resin.io>", "Aaron Brodersen <aaron@resin.io>"]
55
description = "Rust NetworkManager bindings"
66
homepage = "https://github.com/resin-io-modules/network-manager"

src/dbus_api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ impl DBusApi {
143143
if err {
144144
error!("{}", message);
145145
} else {
146-
warn!("{}", message);
146+
debug!("{}", message);
147147
}
148148
Err(message)
149149
};

0 commit comments

Comments
 (0)