|
@@ -177,7 +177,8 @@ public abstract class CachingGetSpaceUsed implements Closeable, GetSpaceUsed {
|
|
|
// update the used variable
|
|
|
spaceUsed.refresh();
|
|
|
} catch (InterruptedException e) {
|
|
|
- LOG.warn("Thread Interrupted waiting to refresh disk information", e);
|
|
|
+ LOG.warn("Thread Interrupted waiting to refresh disk information: "
|
|
|
+ + e.getMessage());
|
|
|
Thread.currentThread().interrupt();
|
|
|
}
|
|
|
}
|