|
@@ -668,7 +668,7 @@ public class Client {
|
|
String msg = "Couldn't setup connection for "
|
|
String msg = "Couldn't setup connection for "
|
|
+ UserGroupInformation.getLoginUser().getUserName() + " to "
|
|
+ UserGroupInformation.getLoginUser().getUserName() + " to "
|
|
+ remoteId;
|
|
+ remoteId;
|
|
- LOG.warn(msg);
|
|
|
|
|
|
+ LOG.warn(msg, ex);
|
|
throw (IOException) new IOException(msg).initCause(ex);
|
|
throw (IOException) new IOException(msg).initCause(ex);
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|