|
@@ -189,8 +189,8 @@ class BPOfferService {
|
|
if (bpNSInfo != null) {
|
|
if (bpNSInfo != null) {
|
|
return bpNSInfo.getBlockPoolID();
|
|
return bpNSInfo.getBlockPoolID();
|
|
} else {
|
|
} else {
|
|
- LOG.warn("Block pool ID needed, but service not yet registered with NN",
|
|
|
|
- new Exception("trace"));
|
|
|
|
|
|
+ LOG.warn("Block pool ID needed, but service not yet registered with " +
|
|
|
|
+ "NN, trace:", new Exception());
|
|
return null;
|
|
return null;
|
|
}
|
|
}
|
|
} finally {
|
|
} finally {
|