mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-12-23 12:09:56 +00:00
add logging on failure to install monero binaries
This commit is contained in:
parent
44f20acdbb
commit
f4fe8997a6
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue