mirror of
https://github.com/retoaccess1/haveno-reto.git
synced 2024-11-10 05:03:35 +01:00
add logging on failure to install monero binaries
This commit is contained in:
parent
8e8b0cc7c0
commit
748f698314
@ -377,7 +377,7 @@ public class HavenoSetup {
|
|||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
log.warn(e.toString());
|
log.warn("Failed to install Monero binaries: " + e.toString());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user