Merge branch 'develop' of ssh://git.mnml.gg:40022/~/mnml into develop

This commit is contained in:
Mashy
2019-09-04 15:35:00 +10:00
3 changed files with 2 additions and 12 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ impl Events {
},
Err(e) => {
return Err(format_err!("events error err={:?}", e));
warn!("events error err={:?}", e);
},
};
}
+1 -1
View File
@@ -57,7 +57,7 @@ impl Warden {
},
Err(e) => {
return Err(format_err!("err={:?}", e));
warn!("err={:?}", e);
},
};
}