File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
44automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55This 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]
Original file line number Diff line number Diff line change 11[package ]
22name = " network-manager"
3- version = " 0.8.4 "
3+ version = " 0.8.5 "
44authors = [" Zahari Petkov <zahari@resin.io>" , " Aaron Brodersen <aaron@resin.io>" ]
55description = " Rust NetworkManager bindings"
66homepage = " https://github.com/resin-io-modules/network-manager"
Original file line number Diff line number Diff 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 } ;
You can’t perform that action at this time.
0 commit comments