Added more logging

This commit is contained in:
b00lean 2015-01-29 11:29:58 +01:00
parent e345aef297
commit 9ff8a3ed2f
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ public class BitfinexExchange implements IExchangeAdvanced, IRateSource {
log.warn("Bitfinex exchange (withdrawFunds) finished successfully");
return "success";
}else{
log.warn("Bitfinex exchange (withdrawFunds) failed with message no message");
log.warn("Bitfinex exchange (withdrawFunds) failed with message: " + result);
return null;
}
} catch (IOException e) {