mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-12-27 08:19:41 -05:00
log warning on error installing monero bins to fix grpc client
This commit is contained in:
parent
438e8d41cb
commit
1f0e326a16
@ -377,7 +377,7 @@ public class HavenoSetup {
|
||||
}
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
log.error(e.toString());
|
||||
log.warn(e.toString());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user