Added warning message

This commit is contained in:
b00lean 2015-01-19 11:00:35 +01:00
parent 8c968e1e09
commit 73c4578deb
1 changed files with 1 additions and 0 deletions

View File

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