Improve logging

This commit is contained in:
Aditya Kulkarni
2019-10-01 13:10:12 -07:00
parent bcb2f81b29
commit 1e0bb87de9
2 changed files with 4 additions and 1 deletions

View File

@@ -126,6 +126,7 @@ pub fn main() {
},
Err(_) => {
// Timeout. Do a sync to keep the wallet up-to-date. False to whether to print updates on the console
info!("Timeout, doing a sync");
lc.do_sync(false);
}
}